summaryrefslogtreecommitdiff
path: root/host/include/vboot_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/include/vboot_host.h')
-rw-r--r--host/include/vboot_host.h7
1 files changed, 4 insertions, 3 deletions
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_ */