source: mainline/contrib/arch/uspace/srv/fs/devfs/devfs.adl@ cf7b3e0

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

various fixes and cleanup

  • Property mode set to 100644
File size: 273 bytes
RevLine 
[cf7b3e0]1interface devfs extends fs {
2 protocol:
3 [devfs.bp]
4};
5
[ea5f46d]6frame 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;
15 protocol:
[cf7b3e0]16 [/uspace/lib/libc/protocol] |
[ea5f46d]17 [devfs_server.bp]
18};
Note: See TracBrowser for help on using the repository browser.