diff options
author | Marvin Borner | 2021-04-14 13:39:42 +0200 |
---|---|---|
committer | Marvin Borner | 2021-04-14 13:39:42 +0200 |
commit | 212582f69dea4c99c292081b15ea526014b9ad44 (patch) | |
tree | c4fc1643c5acb8821fc0cfbd1b9c0983a50afe97 /libs/libc/inc/ioctl.h | |
parent | 9ded3a2bde80eede5fd887812d70c2f834b53c84 (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.h | 11 |
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 |