mirror of
https://github.com/sysprog21/lkmpg.git
synced 2025-03-01 11:27:25 +08:00
Merge pull request #226 from mechanicalamit/ioctl.c-patches
Correct name/location for ioctl-number.rst
This commit is contained in:
commit
514f206da0
@ -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…
x
Reference in New Issue
Block a user