Unify use of post_code
[coreboot.git] / src / include / cpu / x86 / post_code.h
index 0fed2aa058699c475f45344fbf6b73ef6f7a9273..20b87c6ca4fde51a9dc12e3a18b05a442c6dff2e 100644 (file)
@@ -1,4 +1,5 @@
 
+#include <console/post_codes.h>
 
 #define post_code(value)        \
        movb    $value, %al;    \