summaryrefslogtreecommitdiffstats
path: root/src/cachepc_user.h
blob: cb4e921bed750cbe6d94037a03a1c383441dceb3 (plain) (blame)
1
2
3
4
5
6
7
#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)