source: mainline/contrib/arch/uspace/lib/libc/bind@ ea5f46d

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since ea5f46d was ea5f46d, checked in by Martin Decky <martin@…>, 16 years ago

hierarchical composition of components
(tmpfs, fat, devfs are logical subcomponents of vfs, kbd and fb are subcomponents of console, rd is subcomponent of bd)

  • Property mode set to 100644
File size: 694 bytes
Line 
1/* Bind %% to kernel interfaces */
2bind %%:kernel_klog to kernel:kernel_klog;
3bind %%:kernel_console to kernel:kernel_console;
4bind %%:kernel_tls to kernel:kernel_tls;
5bind %%:kernel_thread to kernel:kernel_thread;
6bind %%:kernel_task to kernel:kernel_task;
7bind %%:kernel_program to kernel:kernel_program;
8bind %%:kernel_futex to kernel:kernel_futex;
9bind %%:kernel_smc to kernel:kernel_smc;
10bind %%:kernel_as to kernel:kernel_as;
11bind %%:kernel_ipc to kernel:kernel_sys;
12bind %%:kernel_event to kernel:kernel_event;
13bind %%:kernel_cap to kernel:kernel_cap;
14bind %%:kernel_ddi to kernel:kernel_ddi;
15bind %%:kernel_sysinfo to kernel:kernel_sysinfo;
16bind %%:kernel_debug to kernel:kernel_debug;
Note: See TracBrowser for help on using the repository browser.