mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-22 04:31:09 +08:00
Correct name/location for ioctl-number.rst
ioctl-number.rst in Documentation has been renamed and moved See commits - 049500715e7 - 08536105d93
This commit is contained in:
parent
5fd15075f2
commit
6341842a9b
|
@ -13,7 +13,7 @@ struct ioctl_arg {
|
|||
unsigned int val;
|
||||
};
|
||||
|
||||
/* Documentation/ioctl/ioctl-number.txt */
|
||||
/* Documentation/userspace-api/ioctl/ioctl-number.rst */
|
||||
#define IOC_MAGIC '\x66'
|
||||
|
||||
#define IOCTL_VALSET _IOW(IOC_MAGIC, 0, struct ioctl_arg)
|
||||
|
|
Loading…
Reference in New Issue
Block a user