summaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte/ga-h77m-d3h/thermal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/gigabyte/ga-h77m-d3h/thermal.h')
-rw-r--r--src/mainboard/gigabyte/ga-h77m-d3h/thermal.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mainboard/gigabyte/ga-h77m-d3h/thermal.h b/src/mainboard/gigabyte/ga-h77m-d3h/thermal.h
new file mode 100644
index 0000000000..f68eeb76ea
--- /dev/null
+++ b/src/mainboard/gigabyte/ga-h77m-d3h/thermal.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef GAB75MD3H_THERMAL_H
+#define GAB75MD3H_THERMAL_H
+
+/* Temperature which OS will shutdown at */
+#define CRITICAL_TEMPERATURE 100
+
+/* Temperature which OS will throttle CPU */
+#define PASSIVE_TEMPERATURE 90
+
+#endif