summaryrefslogtreecommitdiff
path: root/firmware/src/eui64.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/src/eui64.h')
-rw-r--r--firmware/src/eui64.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/src/eui64.h b/firmware/src/eui64.h
index b7a8a6f..9b11c33 100644
--- a/firmware/src/eui64.h
+++ b/firmware/src/eui64.h
@@ -1,3 +1,6 @@
+#ifndef EUI64_H
+#define EUI64_H
+
#include <zephyr/devicetree.h>
/* 2 chars per byte (hex), 1 char per ':' delimiter and one char for \0 */
@@ -6,3 +9,5 @@
uint64_t eui64_get(void);
void eui64_to_string(uint64_t, char *str);
bool eui64_available(void);
+
+#endif // EUI64_H