Changeset 19b3cc6 in mainline for abi/include/abi/ipc/event.h
- Timestamp:
- 2014-01-17T23:12:10Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e26a9d95
- Parents:
- fddffb2 (diff), facc34d (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
-
abi/include/abi/ipc/event.h
rfddffb2 r19b3cc6 38 38 /** Global events */ 39 39 typedef enum event_type { 40 /** New data available in kernel log*/41 EVENT_K LOG= 0,40 /** New data available in kernel character buffer */ 41 EVENT_KIO = 0, 42 42 /** Returning from kernel console to uspace */ 43 43 EVENT_KCONSOLE, 44 44 /** A task/thread has faulted and will be terminated */ 45 45 EVENT_FAULT, 46 /** New data available in kernel log */ 47 EVENT_KLOG, 46 48 EVENT_END 47 49 } event_type_t;
Note:
See TracChangeset
for help on using the changeset viewer.