about summary refs log tree commit diff
path: root/fakefbdev/IOCTL.h
diff options
context:
space:
mode:
Diffstat (limited to 'fakefbdev/IOCTL.h')
-rw-r--r--fakefbdev/IOCTL.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fakefbdev/IOCTL.h b/fakefbdev/IOCTL.h
new file mode 100644
index 0000000..423531a
--- /dev/null
+++ b/fakefbdev/IOCTL.h
@@ -0,0 +1,3 @@
+#pragma once
+
+int handleIOCTL(unsigned long request, char* ptr);