mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 03:01:36 +01:00
ioctl begins to work
This commit is contained in:
8
kernel_module/ioctl.h
Normal file
8
kernel_module/ioctl.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef IOCTL_H
|
||||
#define IOCTL_H
|
||||
|
||||
#include <linux/ioctl.h>
|
||||
|
||||
#define IOCTL0 _IOW(123, 0, char *)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user