Changeset 19b3cc6 in mainline for contrib/arch/kernel/kernel.adl
- 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
-
contrib/arch/kernel/kernel.adl
rfddffb2 r19b3cc6 3 3 *****************************/ 4 4 5 interface sys_k log{5 interface sys_kio { 6 6 /* Print using kernel facility */ 7 sysarg_t sys_k log(int fd, const void *buf, size_t size);8 protocol: 9 ?sys_k log*7 sysarg_t sys_kio(int fd, const void *buf, size_t size); 8 protocol: 9 ?sys_kio* 10 10 }; 11 11 … … 251 251 frame sys_console { 252 252 provides: 253 sys_k log sys_klog;253 sys_kio sys_kio; 254 254 sys_console sys_console; 255 255 }; … … 316 316 inst sys_debug sys_debug; 317 317 318 delegate sys_k log to sys_console:sys_klog;318 delegate sys_kio to sys_console:sys_kio; 319 319 delegate sys_console to sys_console:sys_console; 320 320 delegate sys_tls to sys_proc:sys_tls;
Note:
See TracChangeset
for help on using the changeset viewer.