diff options
Diffstat (limited to 'src/inc/boot.h')
-rw-r--r-- | src/inc/boot.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/inc/boot.h b/src/inc/boot.h deleted file mode 100644 index 1a41c32..0000000 --- a/src/inc/boot.h +++ /dev/null @@ -1,10 +0,0 @@ -// MIT License, Copyright (c) 2020 Marvin Borner -// This file specifies the structs passed by the bootloader - -#include <def.h> -#include <vesa.h> - -struct vid_info { - u32 mode; - struct vbe *info; -}; |