securebits.h 305 B

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