summaryrefslogtreecommitdiffstats
path: root/libsensors/sensors.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsensors/sensors.h')
-rw-r--r--libsensors/sensors.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libsensors/sensors.h b/libsensors/sensors.h
index 4628865..49610ca 100644
--- a/libsensors/sensors.h
+++ b/libsensors/sensors.h
@@ -45,6 +45,9 @@ __BEGIN_DECLS
#define ID_A (ID_GY + 1)
#define ID_M (ID_A + 1)
#define ID_O (ID_M + 1)
+#define ID_L (ID_O + 1)
+#define ID_P (ID_L + 1)
+#define ID_PR (ID_P + 1)
/*****************************************************************************/