source:
mainline/contrib/arch/uspace/srv/fs/devfs/devfs.adl@
86018c1
Last change on this file since 86018c1 was 6d4c549, checked in by , 16 years ago | |
---|---|
|
|
File size: 388 bytes |
Rev | Line | |
---|---|---|
[cf7b3e0] | 1 | interface devfs extends fs { |
2 | protocol: | |
3 | [devfs.bp] | |
4 | }; | |
5 | ||
[ea5f46d] | 6 | frame devfs { |
7 | provides: | |
[cf7b3e0] | 8 | devfs devfs; |
[ea5f46d] | 9 | requires: |
[2a70672] | 10 | [/uspace/lib/libc/requires] |
[ea5f46d] | 11 | vfs vfs; |
12 | ns ns; | |
13 | devmap_client devmap_client; | |
14 | service device; | |
[6d4c549] | 15 | initialization: |
16 | [/uspace/lib/libc/fnc.devmap_get_phone] ; | |
17 | !ns.ipc_m_connect_me_to /* vfs */ ; | |
18 | [/uspace/lib/libfs/fnc.fs_register] | |
[ea5f46d] | 19 | protocol: |
[6d4c549] | 20 | [/uspace/lib/libc/protocol] |
[ea5f46d] | 21 | }; |
Note:
See TracBrowser
for help on using the repository browser.