summaryrefslogtreecommitdiff
path: root/include/temp_sensor_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/temp_sensor_chip.h')
-rw-r--r--include/temp_sensor_chip.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/temp_sensor_chip.h b/include/temp_sensor_chip.h
index 9b5f126d44..505fdec390 100644
--- a/include/temp_sensor_chip.h
+++ b/include/temp_sensor_chip.h
@@ -5,8 +5,8 @@
/* Temperature sensor module for LM4 chip */
-#ifndef __CROS_EC_CHIP_TEMP_SENSOR_H
-#define __CROS_EC_CHIP_TEMP_SENSOR_H
+#ifndef __CROS_EC_TEMP_SENSOR_CHIP_H
+#define __CROS_EC_TEMP_SENSOR_CHIP_H
/**
* Get the last polled value of the sensor.
@@ -18,4 +18,4 @@
*/
int chip_temp_sensor_get_val(int idx, int *temp_ptr);
-#endif /* __CROS_EC_CHIP_TEMP_SENSOR_H */
+#endif /* __CROS_EC_TEMP_SENSOR_CHIP_H */