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:
parent
bec33e239c
commit
1130232b58
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue