summaryrefslogtreecommitdiff
path: root/firmware/include/gpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/gpt.h')
-rw-r--r--firmware/include/gpt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/include/gpt.h b/firmware/include/gpt.h
index 0f27cef5..80e1ea52 100644
--- a/firmware/include/gpt.h
+++ b/firmware/include/gpt.h
@@ -7,8 +7,10 @@
* To download UEFI standard, please visit UEFI homepage:
* http://www.uefi.org/
*/
+
#ifndef VBOOT_REFERENCE_CGPTLIB_GPT_H_
#define VBOOT_REFERENCE_CGPTLIB_GPT_H_
+
#include <stdint.h>
#ifdef __cplusplus