Rev 1107 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1107 | Rev 1380 | ||
|---|---|---|---|
| Line 61... | Line 61... | ||
| 61 | typedef enum rwlock_type rwlock_type_t; |
61 | typedef enum rwlock_type rwlock_type_t; |
| 62 | typedef struct condvar condvar_t; |
62 | typedef struct condvar condvar_t; |
| 63 | typedef struct waitq waitq_t; |
63 | typedef struct waitq waitq_t; |
| 64 | typedef struct futex futex_t; |
64 | typedef struct futex futex_t; |
| 65 | 65 | ||
| 66 | typedef struct chunk chunk_t; |
- | |
| 67 | - | ||
| 68 | typedef struct buddy_system buddy_system_t; |
66 | typedef struct buddy_system buddy_system_t; |
| 69 | typedef struct buddy_system_operations buddy_system_operations_t; |
67 | typedef struct buddy_system_operations buddy_system_operations_t; |
| 70 | 68 | ||
| 71 | typedef enum as_area_type as_area_type_t; |
- | |
| 72 | typedef struct as_area as_area_t; |
69 | typedef struct as_area as_area_t; |
| 73 | typedef struct as as_t; |
70 | typedef struct as as_t; |
| 74 | 71 | ||
| 75 | typedef struct link link_t; |
72 | typedef struct link link_t; |
| 76 | 73 | ||
| 77 | typedef char *char_ptr; |
- | |
| 78 | - | ||
| 79 | typedef struct the the_t; |
74 | typedef struct the the_t; |
| 80 | 75 | ||
| 81 | typedef struct chardev chardev_t; |
76 | typedef struct chardev chardev_t; |
| 82 | 77 | ||
| 83 | typedef enum cmd_arg_type cmd_arg_type_t; |
78 | typedef enum cmd_arg_type cmd_arg_type_t; |