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