trs80: add missed header file
authorAlan Cox <alan@linux.intel.com>
Mon, 19 Oct 2015 10:51:55 +0000 (11:51 +0100)
committerAlan Cox <alan@linux.intel.com>
Mon, 19 Oct 2015 10:51:55 +0000 (11:51 +0100)
Kernel/platform-trs80/devgfx.h [new file with mode: 0644]

diff --git a/Kernel/platform-trs80/devgfx.h b/Kernel/platform-trs80/devgfx.h
new file mode 100644 (file)
index 0000000..d58afe7
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef _DEV_GFX_H
+#define _DEV_GFX_H
+
+#include <graphics.h>
+
+extern int gfx_ioctl(uint8_t minor, uarg_t arg, char *ptr);
+extern void video_cmd(uint8_t *ptr);
+extern void video_read(uint8_t *ptr);
+extern void video_write(uint8_t *ptr);
+
+#endif