ref: d5dd1bb8e82c9bc0cf41806101a6c1e6d9112b63
dir: /sys/include/ape/sys/ioctl.h/
#ifndef __IOCTL_H__
#define __IOCTL_H__
#ifndef _BSD_EXTENSION
This header file is an extension to ANSI/POSIX
#endif
#ifdef __cplusplus
extern "C" {
#endif
/* FIONREAD: return number of bytes readable in *(long*)arg */
#define FIONREAD 1
int ioctl(int, unsigned long, void*);
#ifdef __cplusplus
}
#endif
#endif /* !__IOCTL_H__ */