aboutsummaryrefslogtreecommitdiff
path: root/translation_table_descriptors.h
diff options
context:
space:
mode:
Diffstat (limited to 'translation_table_descriptors.h')
-rw-r--r--translation_table_descriptors.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/translation_table_descriptors.h b/translation_table_descriptors.h
index b73f594..981c3c7 100644
--- a/translation_table_descriptors.h
+++ b/translation_table_descriptors.h
@@ -1,3 +1,6 @@
+#ifndef TRANSLATION_TABLE_DESCRIPTORS_H
+#define TRANSLATION_TABLE_DESCRIPTORS_H
+
#include <stdint.h>
// ARM lets you choose between 32-bit abd 64-bit translation table
@@ -174,3 +177,4 @@ typedef union
// 0b11 should not be used
#define SHORT_DESCRIPTOR_RESERVED 0b11
+#endif // TRANSLATION_TABLE_DESCRIPTORS_H