From 162d024a53e1e31e00ff0b6f47dd4590edebc551 Mon Sep 17 00:00:00 2001
From: Marvin Borner
Date: Sun, 9 Aug 2020 16:51:01 +0200
Subject: Heavy restructuring of libc, kernel and apps

---
 src/inc/boot.h | 10 ----------
 1 file changed, 10 deletions(-)
 delete mode 100644 src/inc/boot.h

(limited to 'src/inc/boot.h')

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;
-};
-- 
cgit v1.2.3