diff options
Diffstat (limited to 'libc/inc/ioctl.h')
-rw-r--r-- | libc/inc/ioctl.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libc/inc/ioctl.h b/libc/inc/ioctl.h deleted file mode 100644 index c3eec56..0000000 --- a/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 |