#include <linux/module.h>
#include <asm/semaphore.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 | 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; |
#define | XP_ERROR_NODEVICE -ENODEV; |
#define DEVICE_NAME "dazuko" |
Definition at line 26 of file dazuko_linux26.h.
#define XP_ERROR_BUSY -EBUSY; |
Definition at line 30 of file dazuko_linux26.h.
#define XP_ERROR_FAULT -EFAULT; |
Definition at line 31 of file dazuko_linux26.h.
#define XP_ERROR_INTERRUPT -EINTR; |
Definition at line 29 of file dazuko_linux26.h.
#define XP_ERROR_INVALID -EINVAL; |
Definition at line 32 of file dazuko_linux26.h.
#define XP_ERROR_NODEVICE -ENODEV; |
#define XP_ERROR_PERMISSION -EPERM; |
Definition at line 28 of file dazuko_linux26.h.