summaryrefslogtreecommitdiffstats
path: root/sys/gnu/dts/include/dt-bindings/thermal/thermal.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-02-28 16:51:33 +0000
committerimp <imp@FreeBSD.org>2014-02-28 16:51:33 +0000
commitd494cb84495638a16df75345e9a3be4d43985327 (patch)
treedafd26e54409a850a146a474bb8e199bab29e502 /sys/gnu/dts/include/dt-bindings/thermal/thermal.h
parenta13ef798dccb1b60be7ffc2220d0c986ff32c19c (diff)
parentdb4b3717cfd3ba17b40dae57a2f327e91f831bf8 (diff)
downloadFreeBSD-src-d494cb84495638a16df75345e9a3be4d43985327.zip
FreeBSD-src-d494cb84495638a16df75345e9a3be4d43985327.tar.gz
Symbolic bindings for the dts files...
Diffstat (limited to 'sys/gnu/dts/include/dt-bindings/thermal/thermal.h')
-rw-r--r--sys/gnu/dts/include/dt-bindings/thermal/thermal.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/sys/gnu/dts/include/dt-bindings/thermal/thermal.h b/sys/gnu/dts/include/dt-bindings/thermal/thermal.h
new file mode 100644
index 0000000..59822a9
--- /dev/null
+++ b/sys/gnu/dts/include/dt-bindings/thermal/thermal.h
@@ -0,0 +1,17 @@
+/*
+ * This header provides constants for most thermal bindings.
+ *
+ * Copyright (C) 2013 Texas Instruments
+ * Eduardo Valentin <eduardo.valentin@ti.com>
+ *
+ * GPLv2 only
+ */
+
+#ifndef _DT_BINDINGS_THERMAL_THERMAL_H
+#define _DT_BINDINGS_THERMAL_THERMAL_H
+
+/* On cooling devices upper and lower limits */
+#define THERMAL_NO_LIMIT (-1UL)
+
+#endif
+
OpenPOWER on IntegriCloud