aboutsummaryrefslogtreecommitdiff
path: root/libs/libc/inc/ioctl.h
diff options
context:
space:
mode:
authorMarvin Borner2021-04-14 13:39:42 +0200
committerMarvin Borner2021-04-14 13:39:42 +0200
commit212582f69dea4c99c292081b15ea526014b9ad44 (patch)
treec4fc1643c5acb8821fc0cfbd1b9c0983a50afe97 /libs/libc/inc/ioctl.h
parent9ded3a2bde80eede5fd887812d70c2f834b53c84 (diff)
Even more I/O - started new PS/2 driver
Diffstat (limited to 'libs/libc/inc/ioctl.h')
-rw-r--r--libs/libc/inc/ioctl.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/libs/libc/inc/ioctl.h b/libs/libc/inc/ioctl.h
deleted file mode 100644
index c3eec56..0000000
--- a/libs/libc/inc/ioctl.h
+++ /dev/null
@@ -1,11 +0,0 @@
-// MIT License, Copyright (c) 2021 Marvin Borner
-
-#ifndef IOCTL
-#define IOCTL
-
-// FB interface
-#define IO_FB_GET 0
-
-int ioctl_is_awesome; // GCC is not
-
-#endif