1 /* 2 * <sys/securebits.h> 3 * Copyright (C) 2010 Serge Hallyn <serue@us.ibm.com> 4 */ 5 6 #ifndef _SYS_SECUREBITS_H 7 #define _SYS_SECUREBITS_H 8 9 #ifdef __cplusplus 10 extern "C" { 11 #endif 12 13 #ifndef __user 14 #define __user 15 #endif 16 #include <linux/securebits.h> 17 18 #ifdef __cplusplus 19 } 20 #endif 21 22 #endif /* _SYS_SECUREBITS_H */ 23