summaryrefslogtreecommitdiff
path: root/src/include/console/post_codes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/console/post_codes.h')
-rw-r--r--src/include/console/post_codes.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/console/post_codes.h b/src/include/console/post_codes.h
index 9f9b7886a6..b2db2da7d5 100644
--- a/src/include/console/post_codes.h
+++ b/src/include/console/post_codes.h
@@ -20,7 +20,9 @@
/**
* @file post_codes.h
- *
+ */
+
+/*
* This aims to be a central point for POST codes used throughout coreboot.
* All POST codes should be declared here as macros, and post_code() should
* be used with the macros instead of hardcoded values. This allows us to
@@ -40,6 +42,7 @@
* without any explanation or effort on part of the maintainers.
*
*/
+
#ifndef POST_CODES_H
#define POST_CODES_H