source: mainline/contrib/arch/uspace/lib/libc/subsume

Last change on this file was 6fa9a99d, checked in by Martin Sucha <sucha14@…>, 12 years ago

Rename klog to kio

  • Property mode set to 100644
File size: 506 bytes
Line 
1/* Subsume %% to kernel interfaces */
2subsume %%:sys_kio to sys_kio;
3subsume %%:sys_tls to sys_tls;
4subsume %%:sys_thread to sys_thread;
5subsume %%:sys_task to sys_task;
6subsume %%:sys_program to sys_program;
7subsume %%:sys_futex to sys_futex;
8subsume %%:sys_smc to sys_smc;
9subsume %%:sys_as to sys_as;
10subsume %%:sys_ipc to sys_ipc;
11subsume %%:sys_event to sys_event;
12subsume %%:sys_cap to sys_cap;
13subsume %%:sys_ddi to sys_ddi;
14subsume %%:sys_sysinfo to sys_sysinfo;
15subsume %%:sys_debug to sys_debug;
Note: See TracBrowser for help on using the repository browser.