summaryrefslogtreecommitdiffstats
path: root/kmod/cachepc_user.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmod/cachepc_user.h')
-rw-r--r--kmod/cachepc_user.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/kmod/cachepc_user.h b/kmod/cachepc_user.h
deleted file mode 100644
index f815839..0000000
--- a/kmod/cachepc_user.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#pragma once
-
-#include <linux/ioctl.h>
-
-#define CACHEPC_IOCTL_MAGIC 0xBF
-#define CACHEPC_IOCTL_TEST_ACCESS _IOWR(CACHEPC_IOCTL_MAGIC, 0, uint32_t)
-#define CACHEPC_IOCTL_TEST_EVICTION _IOWR(CACHEPC_IOCTL_MAGIC, 1, uint32_t)
-#define CACHEPC_IOCTL_INIT_PMC _IOW(CACHEPC_IOCTL_MAGIC, 2, uint32_t)