aboutsummaryrefslogtreecommitdiff
path: root/libs/libc/inc/ioctl.h
blob: c3eec5659bb7bae77e2dcf3dd603447409c3b295 (plain) (blame)
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