6 lines
94 B
C
6 lines
94 B
C
#pragma once
|
|
|
|
#if !defined(__KERNEL__)
|
|
int ioctl(int fd, unsigned int cmd, void *arg);
|
|
#endif
|