- Timestamp:
- 2014-01-05T17:50:01Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 91db0280
- Parents:
- 208b5f5
- Location:
- abi/include/abi
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
abi/include/abi/ipc/event.h
r208b5f5 r6fa9a99d 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, -
abi/include/abi/kio.h
r208b5f5 r6fa9a99d 33 33 */ 34 34 35 #ifndef ABI_K LOG_H_36 #define ABI_K LOG_H_35 #ifndef ABI_KIO_H_ 36 #define ABI_KIO_H_ 37 37 38 38 enum { 39 K LOG_UNKNOW,40 K LOG_WRITE,41 K LOG_UPDATE,42 K LOG_COMMAND39 KIO_UNKNOW, 40 KIO_WRITE, 41 KIO_UPDATE, 42 KIO_COMMAND 43 43 }; 44 44 -
abi/include/abi/syscall.h
r208b5f5 r6fa9a99d 37 37 38 38 typedef enum { 39 SYS_K LOG= 0,39 SYS_KIO = 0, 40 40 SYS_TLS_SET = 1, /* Hardcoded for AMD64, IA-32 (fibril.S in uspace) */ 41 41
Note:
See TracChangeset
for help on using the changeset viewer.