summaryrefslogtreecommitdiffstats
path: root/src/cachepc_user.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cachepc_user.h')
-rw-r--r--src/cachepc_user.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cachepc_user.h b/src/cachepc_user.h
deleted file mode 100644
index cb4e921..0000000
--- a/src/cachepc_user.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#pragma once
-
-#include <linux/ioctl.h>
-
-#define CACHEPC_IOCTL_MAGIC 0xBF
-#define CACHEPC_IOCTL_ACCESS_TEST _IOR(CACHEPC_IOCTL_MAGIC, 0, int)
-#define CACHEPC_IOCTL_EVICTION_TEST _IOR(CACHEPC_IOCTL_MAGIC, 1, int)