ioctl() IOCTL_STAT command
This commit is contained in:
@ -20,4 +20,14 @@ enum {
|
||||
IOCTL_F_MAKE = 1<<2,
|
||||
};
|
||||
|
||||
enum {
|
||||
IOCTLSTAT_DIR = 0,
|
||||
IOCTLSTAT_FILE = 1,
|
||||
};
|
||||
|
||||
typedef struct IoctlStat {
|
||||
size_t size;
|
||||
int32_t type;
|
||||
} IoctlStat;
|
||||
|
||||
#endif // SHARE_SYSDEFS_IOCTL_H_
|
||||
|
Reference in New Issue
Block a user