Changes in contrib/arch/uspace/srv/bd/rd/rd.adl [8c52f66:6d4c549] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/arch/uspace/srv/bd/rd/rd.adl
r8c52f66 r6d4c549 1 interface rd extends bd; 2 1 3 frame rd { 2 4 provides: 3 block_device bd;5 rd rd; 4 6 requires: 5 naming_service ns;6 device_mapper_driver dm_driver;7 7 [/uspace/lib/libc/requires] 8 ns ns; 9 devmap_driver devmap_driver; 10 initialization: 11 [/uspace/lib/libc/fnc.devmap_driver_register] ; 12 [/uspace/lib/libc/fnc.devmap_device_register] 8 13 protocol: 9 [/uspace/lib/libc/protocol] + 10 [rd.bp] 14 [/uspace/lib/libc/protocol] 11 15 };
Note:
See TracChangeset
for help on using the changeset viewer.