summaryrefslogtreecommitdiff
path: root/host/include
diff options
context:
space:
mode:
Diffstat (limited to 'host/include')
-rw-r--r--host/include/cgpt_params.h6
-rw-r--r--host/include/crossystem.h2
-rw-r--r--host/include/vboot_host.h7
3 files changed, 8 insertions, 7 deletions
diff --git a/host/include/cgpt_params.h b/host/include/cgpt_params.h
index 955524d9..b17a0b48 100644
--- a/host/include/cgpt_params.h
+++ b/host/include/cgpt_params.h
@@ -3,8 +3,8 @@
* found in the LICENSE file.
*/
-#ifndef VBOOT_REFERENCE_CGPT_CGPT_PARAMS_H_
-#define VBOOT_REFERENCE_CGPT_CGPT_PARAMS_H_
+#ifndef VBOOT_REFERENCE_CGPT_PARAMS_H_
+#define VBOOT_REFERENCE_CGPT_PARAMS_H_
#include <stdint.h>
@@ -139,4 +139,4 @@ typedef struct CgptLegacyParams {
}
#endif /* __cplusplus */
-#endif /* VBOOT_REFERENCE_CGPT_CGPT_PARAMS_H_ */
+#endif /* VBOOT_REFERENCE_CGPT_PARAMS_H_ */
diff --git a/host/include/crossystem.h b/host/include/crossystem.h
index 42b1b040..63e9ec76 100644
--- a/host/include/crossystem.h
+++ b/host/include/crossystem.h
@@ -49,4 +49,4 @@ int VbSetSystemPropertyString(const char* name, const char* value);
}
#endif
-#endif /* VBOOT_REFERENCE__CROSSYSTEM_H_ */
+#endif /* VBOOT_REFERENCE_CROSSYSTEM_H_ */
diff --git a/host/include/vboot_host.h b/host/include/vboot_host.h
index a8ad3154..81c5434f 100644
--- a/host/include/vboot_host.h
+++ b/host/include/vboot_host.h
@@ -5,8 +5,9 @@
* vboot-related functions exported for use by userspace programs
*/
-#ifndef VBOOT_HOST_H_
-#define VBOOT_HOST_H_
+#ifndef VBOOT_REFERENCE_VBOOT_HOST_H_
+#define VBOOT_REFERENCE_VBOOT_HOST_H_
+
#include <inttypes.h>
#include <stdint.h>
#include <stdlib.h>
@@ -76,4 +77,4 @@ int ExtractVmlinuz(void *kpart_data, size_t kpart_size,
}
#endif /* __cplusplus */
-#endif /* VBOOT_HOST_H_ */
+#endif /* VBOOT_REFERENCE_VBOOT_HOST_H_ */