about summary refs log tree commit diff stats
path: root/tools/iso/kernel.soso/framebuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/iso/kernel.soso/framebuffer.h')
-rw-r--r--tools/iso/kernel.soso/framebuffer.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/iso/kernel.soso/framebuffer.h b/tools/iso/kernel.soso/framebuffer.h
deleted file mode 100644
index 0606712a..00000000
--- a/tools/iso/kernel.soso/framebuffer.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef FRAMEBUFFER_H
-#define FRAMEBUFFER_H
-
-#include "common.h"
-
-enum EnFrameBuferIoctl {
-    FB_GET_WIDTH,
-    FB_GET_HEIGHT,
-    FB_GET_BITSPERPIXEL
-};
-
-void initializeFrameBuffer(uint8* p_address, uint8* v_address);
-
-#endif // FRAMEBUFFER_H