diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/tegra_nvavp.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/tegra_nvavp.h b/include/linux/tegra_nvavp.h index 32dc4c62b4bd..971054440866 100644 --- a/include/linux/tegra_nvavp.h +++ b/include/linux/tegra_nvavp.h @@ -76,9 +76,10 @@ struct nvavp_clock_args { struct nvavp_clock_args) #define NVAVP_IOCTL_GET_CLOCK _IOR(NVAVP_IOCTL_MAGIC, 0x65, \ struct nvavp_clock_args) - +#define NVAVP_IOCTL_WAKE_AVP _IOR(NVAVP_IOCTL_MAGIC, 0x66, \ + __u32) #define NVAVP_IOCTL_MIN_NR _IOC_NR(NVAVP_IOCTL_SET_NVMAP_FD) -#define NVAVP_IOCTL_MAX_NR _IOC_NR(NVAVP_IOCTL_GET_CLOCK) +#define NVAVP_IOCTL_MAX_NR _IOC_NR(NVAVP_IOCTL_WAKE_AVP) #endif /* __LINUX_TEGRA_NVAVP_H */ |