1 2 3 4 5 6 7 8 9 10 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