summaryrefslogtreecommitdiff
path: root/libcap/include/sys/securebits.h
blob: 14cf3c5a49733836b28bc2f8249c7f8c80838078 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * <sys/securebits.h>
 * Copyright (C) 2010	Serge Hallyn <serue@us.ibm.com>
 */

#ifndef _SYS_SECUREBITS_H
#define _SYS_SECUREBITS_H

#ifdef __cplusplus
extern "C" {
#endif

#ifndef __user
#define __user
#endif
#include <linux/securebits.h>

#ifdef __cplusplus
}
#endif

#endif /* _SYS_SECUREBITS_H */