summaryrefslogtreecommitdiff
path: root/include/crc8.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crc8.h')
-rw-r--r--include/crc8.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/crc8.h b/include/crc8.h
index 94980effc5..de0dc196f9 100644
--- a/include/crc8.h
+++ b/include/crc8.h
@@ -4,8 +4,8 @@
*
* Very simple 8-bit CRC function.
*/
-#ifndef __EC_CRC8_H__
-#define __EC_CRC8_H__
+#ifndef __CROS_EC_CRC8_H
+#define __CROS_EC_CRC8_H
/**
* crc8
@@ -18,4 +18,4 @@
*/
uint8_t crc8(const uint8_t *data, int len);
-#endif /* __EC_CRC8_H__ */
+#endif /* __CROS_EC_CRC8_H */