ioctl begins to work

This commit is contained in:
Ciro Santilli
2017-06-11 22:33:01 +01:00
parent bf538cd3a6
commit 025ba63a57
4 changed files with 38 additions and 2 deletions

8
kernel_module/ioctl.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef IOCTL_H
#define IOCTL_H
#include <linux/ioctl.h>
#define IOCTL0 _IOW(123, 0, char *)
#endif