diff options
Diffstat (limited to 'include/uapi/linux')
-rw-r--r-- | include/uapi/linux/nvgpu.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/uapi/linux/nvgpu.h b/include/uapi/linux/nvgpu.h index 9c883a93..29541031 100644 --- a/include/uapi/linux/nvgpu.h +++ b/include/uapi/linux/nvgpu.h | |||
@@ -245,7 +245,9 @@ struct nvgpu_gpu_characteristics { | |||
245 | __u32 reserved1; | 245 | __u32 reserved1; |
246 | 246 | ||
247 | __s16 event_ioctl_nr_last; | 247 | __s16 event_ioctl_nr_last; |
248 | __u16 pad[3]; | 248 | __u16 pad; |
249 | |||
250 | __u32 max_css_buffer_size; | ||
249 | 251 | ||
250 | /* Notes: | 252 | /* Notes: |
251 | - This struct can be safely appended with new fields. However, always | 253 | - This struct can be safely appended with new fields. However, always |