#include <linux/kernel.h>#include <linux/version.h>#include <linux/init.h>#include <linux/unistd.h>#include <linux/fs.h>#include <linux/slab.h>#include <asm/uaccess.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 59 of file dazuko_linux.h. |
|
|
Definition at line 37 of file dazuko_linux.h. Referenced by get_target_name(), and writable(). |
|
|
Definition at line 63 of file dazuko_linux.h. |
|
|
Definition at line 64 of file dazuko_linux.h. |
|
|
Definition at line 62 of file dazuko_linux.h. |
|
|
Definition at line 65 of file dazuko_linux.h. |
|
|
Definition at line 61 of file dazuko_linux.h. |
1.4.2