klaptopdaemon
cs_types.h File Reference
Go to the source code of this file.
Defines | |
| #define | DEV_NAME_LEN 32 |
Typedefs | |
| typedef u_short | socket_t |
| typedef u_short | ioaddr_t |
| typedef u_int | event_t |
| typedef u_char | cisdata_t |
| typedef u_short | page_t |
| typedef struct client_t * | client_handle_t |
| typedef struct window_t * | window_handle_t |
| typedef struct region_t * | memory_handle_t |
| typedef struct eraseq_t * | eraseq_handle_t |
| typedef char | dev_info_t [DEV_NAME_LEN] |
Define Documentation
| #define DEV_NAME_LEN 32 |
Definition at line 45 of file cs_types.h.
Typedef Documentation
| typedef u_char cisdata_t |
Definition at line 29 of file cs_types.h.
| typedef struct client_t* client_handle_t |
Definition at line 33 of file cs_types.h.
| typedef char dev_info_t[DEV_NAME_LEN] |
Definition at line 48 of file cs_types.h.
| typedef struct eraseq_t* eraseq_handle_t |
Definition at line 42 of file cs_types.h.
| typedef u_int event_t |
Definition at line 28 of file cs_types.h.
| typedef u_short ioaddr_t |
Definition at line 27 of file cs_types.h.
| typedef struct region_t* memory_handle_t |
Definition at line 39 of file cs_types.h.
| typedef u_short page_t |
Definition at line 30 of file cs_types.h.
| typedef u_short socket_t |
Definition at line 26 of file cs_types.h.
| typedef struct window_t* window_handle_t |
Definition at line 36 of file cs_types.h.
KDE 4.0 API Reference