Provide cap_ioctl_t for RTEMS
Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
This commit is contained in:
parent
cf6e411f17
commit
64f900c9ce
|
@ -35,6 +35,11 @@ typedef __accmode_t accmode_t; /* access permissions */
|
||||||
#define _ACCMODE_T_DECLARED
|
#define _ACCMODE_T_DECLARED
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef _CAP_IOCTL_T_DECLARED
|
||||||
|
#define _CAP_IOCTL_T_DECLARED
|
||||||
|
typedef unsigned long cap_ioctl_t;
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef _CAP_RIGHTS_T_DECLARED
|
#ifndef _CAP_RIGHTS_T_DECLARED
|
||||||
#define _CAP_RIGHTS_T_DECLARED
|
#define _CAP_RIGHTS_T_DECLARED
|
||||||
struct cap_rights;
|
struct cap_rights;
|
||||||
|
|
Loading…
Reference in New Issue