diff options
Diffstat (limited to 'include/linux/capability.h')
| -rw-r--r-- | include/linux/capability.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/linux/capability.h b/include/linux/capability.h index 6b4618902d3d..5a23ce752629 100644 --- a/include/linux/capability.h +++ b/include/linux/capability.h | |||
| @@ -43,6 +43,7 @@ typedef struct __user_cap_data_struct { | |||
| 43 | #ifdef __KERNEL__ | 43 | #ifdef __KERNEL__ | 
| 44 | 44 | ||
| 45 | #include <linux/spinlock.h> | 45 | #include <linux/spinlock.h> | 
| 46 | #include <asm/current.h> | ||
| 46 | 47 | ||
| 47 | /* #define STRICT_CAP_T_TYPECHECKS */ | 48 | /* #define STRICT_CAP_T_TYPECHECKS */ | 
| 48 | 49 | ||
| @@ -356,6 +357,8 @@ static inline kernel_cap_t cap_invert(kernel_cap_t c) | |||
| 356 | 357 | ||
| 357 | #define cap_is_fs_cap(c) (CAP_TO_MASK(c) & CAP_FS_MASK) | 358 | #define cap_is_fs_cap(c) (CAP_TO_MASK(c) & CAP_FS_MASK) | 
| 358 | 359 | ||
| 360 | extern int capable(int cap); | ||
| 361 | |||
| 359 | #endif /* __KERNEL__ */ | 362 | #endif /* __KERNEL__ */ | 
| 360 | 363 | ||
| 361 | #endif /* !_LINUX_CAPABILITY_H */ | 364 | #endif /* !_LINUX_CAPABILITY_H */ | 
