aboutsummaryrefslogtreecommitdiff
path: root/src/device/oprom/realmode/x86.h
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-07-30 13:53:04 +1000
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-08-08 03:32:13 +0200
commit91810ddf798be6067dd4a42dd4c708573645987d (patch)
treefcd3bdb81ecb8316d4a6254171a7b021c647d443 /src/device/oprom/realmode/x86.h
parent62997e0981dddd1ef6b2841fbaee204ed88b9733 (diff)
device/oprom/realmode: Sanitize header inclusion
Alphabetise includes to avoid duplication. Change-Id: I7fa6998cd736bad2bab4a6b1a65d48a21d6220d9 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/6415 Tested-by: build bot (Jenkins) Reviewed-by: Isaac Christensen <isaac.christensen@se-eng.com>
Diffstat (limited to 'src/device/oprom/realmode/x86.h')
-rw-r--r--src/device/oprom/realmode/x86.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/oprom/realmode/x86.h b/src/device/oprom/realmode/x86.h
index a811a5621e..a0c7a9002c 100644
--- a/src/device/oprom/realmode/x86.h
+++ b/src/device/oprom/realmode/x86.h
@@ -52,4 +52,4 @@ int int12_handler(void);
int int16_handler(void);
int int1a_handler(void);
-#endif
+#endif /* __DEVICE_OPROM_REALMODE_X86_H__ */