summaryrefslogtreecommitdiff
path: root/src/kernel/vesa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/vesa.h')
-rw-r--r--src/kernel/vesa.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/kernel/vesa.h b/src/kernel/vesa.h
deleted file mode 100644
index b2f17c8..0000000
--- a/src/kernel/vesa.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef VESA_H
-#define VESA_H
-
-#include <stdint.h>
-
-extern uint16_t screen_width;
-extern uint16_t screen_height;
-extern uint8_t bpp;
-
-typedef uint32_t color;
-
-void put_pixel(uint16_t x, uint16_t y, color c);
-void screen_fill(color c);
-
-void init_vesa();
-
-#endif \ No newline at end of file