1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

only by using the VGA interface, the header will be included

This commit is contained in:
Stefan Lankes 2017-03-04 09:42:11 +01:00
parent bec33e239c
commit 1130232b58

View file

@ -32,7 +32,9 @@
#include <hermit/spinlock.h>
#include <asm/atomic.h>
#include <asm/processor.h>
#ifdef CONFIG_VGA
#include <asm/vga.h>
#endif
#include <asm/uart.h>
static atomic_int32_t kmsg_counter = ATOMIC_INIT(-1);