blob: 14cf3c5a49733836b28bc2f8249c7f8c80838078 [file] [log] [blame]
Fairphone ODM25c12f52023-12-15 17:24:06 +08001/*
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
10extern "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 */