Rev 4263 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4263 | Rev 4581 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | #define KERN_EVENT_TYPES_H_ |
36 | #define KERN_EVENT_TYPES_H_ |
37 | 37 | ||
38 | typedef enum event_type { |
38 | typedef enum event_type { |
39 | EVENT_KLOG = 0, |
39 | EVENT_KLOG = 0, |
40 | EVENT_KCONSOLE, |
40 | EVENT_KCONSOLE, |
- | 41 | EVENT_WAIT, |
|
41 | EVENT_END |
42 | EVENT_END |
42 | } event_type_t; |
43 | } event_type_t; |
43 | 44 | ||
- | 45 | typedef enum wait_type { |
|
- | 46 | TASK_CREATE = 0, |
|
- | 47 | TASK_DESTROY |
|
- | 48 | } wait_type_t; |
|
- | 49 | ||
44 | #endif |
50 | #endif |
45 | 51 | ||
46 | /** @} |
52 | /** @} |
47 | */ |
53 | */ |