Files
kernel/include/sys/ioctl.h
T

6 lines
94 B
C

#pragma once
#if !defined(__KERNEL__)
int ioctl(int fd, unsigned int cmd, void *arg);
#endif