Changeset fd210de in mainline for kernel/generic/include/ipc/event_types.h
- Timestamp:
- 2009-08-13T17:26:25Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8344d0a
- Parents:
- 75a2dc08 (diff), 64cbf94 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/event_types.h
r75a2dc08 rfd210de 39 39 EVENT_KLOG = 0, 40 40 EVENT_KCONSOLE, 41 EVENT_WAIT,42 41 EVENT_END 43 42 } event_type_t; 44 45 typedef enum wait_type {46 TASK_CREATE = 0,47 TASK_DESTROY48 } wait_type_t;49 43 50 44 #endif
Note:
See TracChangeset
for help on using the changeset viewer.