diff options
Diffstat (limited to 'include/linux/compat.h')
-rw-r--r-- | include/linux/compat.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h index 8172b03685f9..1c5f3152cbb5 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h | |||
@@ -295,6 +295,13 @@ struct compat_old_sigaction { | |||
295 | }; | 295 | }; |
296 | #endif | 296 | #endif |
297 | 297 | ||
298 | struct compat_keyctl_kdf_params { | ||
299 | compat_uptr_t hashname; | ||
300 | compat_uptr_t otherinfo; | ||
301 | __u32 otherinfolen; | ||
302 | __u32 __spare[8]; | ||
303 | }; | ||
304 | |||
298 | struct compat_statfs; | 305 | struct compat_statfs; |
299 | struct compat_statfs64; | 306 | struct compat_statfs64; |
300 | struct compat_old_linux_dirent; | 307 | struct compat_old_linux_dirent; |