diff options
Diffstat (limited to 'include/uapi/linux/securebits.h')
-rw-r--r-- | include/uapi/linux/securebits.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/uapi/linux/securebits.h b/include/uapi/linux/securebits.h index 985aac9e6bf8..fa1a9f5de794 100644 --- a/include/uapi/linux/securebits.h +++ b/include/uapi/linux/securebits.h @@ -1,5 +1,5 @@ -#ifndef _UAPI_LINUX_SECUREBITS_H -#define _UAPI_LINUX_SECUREBITS_H +#ifndef _LINUX_SECUREBITS_H +#define _LINUX_SECUREBITS_H /* Each securesetting is implemented using two bits. One bit specifies whether the setting is on or off. The other bit specify whether the @@ -48,4 +48,4 @@ issecure_mask(SECURE_KEEP_CAPS)) #define SECURE_ALL_LOCKS (SECURE_ALL_BITS << 1) -#endif /* _UAPI_LINUX_SECUREBITS_H */ +#endif /* _LINUX_SECUREBITS_H */ |