#include <linux/kernel.h>#include <linux/version.h>#include <linux/slab.h>#include <asm/atomic.h>Go to the source code of this file.
Data Structures | |
| struct | xp_daemon_id |
| struct | xp_file |
| struct | xp_mutex |
| struct | xp_atomic |
| struct | xp_file_struct |
| struct | xp_queue |
| struct | xp_rwlock |
Defines | |
| #define | KERNEL_VERSION(a, b, c) ((a)*65536+(b)*256+(c)) |
| #define | DEVICE_NAME "dazuko" |
| #define | XP_ERROR_PERMISSION -EPERM; |
| #define | XP_ERROR_INTERRUPT -EINTR; |
| #define | XP_ERROR_BUSY -EBUSY; |
| #define | XP_ERROR_FAULT -EFAULT; |
| #define | XP_ERROR_INVALID -EINVAL; |
|
|
Definition at line 57 of file dazuko_rsbac.h. |
|
|
Definition at line 36 of file dazuko_rsbac.h. |
|
|
Definition at line 61 of file dazuko_rsbac.h. |
|
|
Definition at line 62 of file dazuko_rsbac.h. |
|
|
Definition at line 60 of file dazuko_rsbac.h. |
|
|
Definition at line 63 of file dazuko_rsbac.h. |
|
|
Definition at line 59 of file dazuko_rsbac.h. |
1.4.2