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, 14 insertions, 0 deletions
diff --git a/tools/iso/kernel.soso/framebuffer.h b/tools/iso/kernel.soso/framebuffer.h
new file mode 100644
index 00000000..0606712a
--- /dev/null
+++ b/tools/iso/kernel.soso/framebuffer.h
@@ -0,0 +1,14 @@
+#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