Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/68037 )
Change subject: console/printk.c: Add <types.h> ......................................................................
console/printk.c: Add <types.h>
Signed-off-by: Elyes Haouas ehaouas@noos.fr Change-Id: I55412395071f0fccb839c40fefda998befaddebb --- M src/console/printk.c 1 file changed, 11 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/37/68037/1
diff --git a/src/console/printk.c b/src/console/printk.c index 1ce2fad..99710e6 100644 --- a/src/console/printk.c +++ b/src/console/printk.c @@ -11,6 +11,7 @@ #include <smp/spinlock.h> #include <smp/node.h> #include <timer.h> +#include <types.h>
DECLARE_SPIN_LOCK(console_lock)