diff options
Diffstat (limited to 'loopback_driver.h')
-rw-r--r-- | loopback_driver.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/loopback_driver.h b/loopback_driver.h index 0a27382..e2c3707 100644 --- a/loopback_driver.h +++ b/loopback_driver.h @@ -260,10 +260,6 @@ typedef struct efd_data { int pid; } efd_data_t; -/* - * ref: https://elixir.bootlin.com/linux/latest/source/arch/x86/mm/init_64.c#L1419 - */ - /* IOCTL defines */ #define EFD_INIT _IOC(_IOC_WRITE, 'k', 1, sizeof(efd_data)) #define WAKEUP _IOC(_IOC_WRITE, 'k', 2, 0) |