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