diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/uapi/linux/nvpps_ioctl.h (renamed from include/linux/nvpps_ioctl.h) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/linux/nvpps_ioctl.h b/include/uapi/linux/nvpps_ioctl.h index 23c782b1d..ac3ca1711 100644 --- a/include/linux/nvpps_ioctl.h +++ b/include/uapi/linux/nvpps_ioctl.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. | 2 | * Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved. |
| 3 | * | 3 | * |
| 4 | * This software is licensed under the terms of the GNU General Public | 4 | * This software is licensed under the terms of the GNU General Public |
| 5 | * License version 2, as published by the Free Software Foundation, and | 5 | * License version 2, as published by the Free Software Foundation, and |
| @@ -12,10 +12,10 @@ | |||
| 12 | * | 12 | * |
| 13 | */ | 13 | */ |
| 14 | 14 | ||
| 15 | #ifndef __NVPPS_IOCTL_H__ | 15 | #ifndef __UAPI_NVPPS_IOCTL_H__ |
| 16 | #define __NVPPS_IOCTL_H__ | 16 | #define __UAPI_NVPPS_IOCTL_H__ |
| 17 | 17 | ||
| 18 | #include <linux/types.h> | 18 | #include <uapi/linux/types.h> |
| 19 | #include <linux/ioctl.h> | 19 | #include <linux/ioctl.h> |
| 20 | 20 | ||
| 21 | 21 | ||
| @@ -66,4 +66,4 @@ struct nvpps_timeevent { | |||
| 66 | #define NVPPS_SETPARAMS _IOW('p', 0x3, struct nvpps_params *) | 66 | #define NVPPS_SETPARAMS _IOW('p', 0x3, struct nvpps_params *) |
| 67 | #define NVPPS_GETEVENT _IOR('p', 0x4, struct nvpps_timeevent *) | 67 | #define NVPPS_GETEVENT _IOR('p', 0x4, struct nvpps_timeevent *) |
| 68 | 68 | ||
| 69 | #endif /* !__NVPPS_IOCTL_H__ */ | 69 | #endif /* __UAPI_NVPPS_IOCTL_H__ */ |
