Changes in contrib/arch/uspace/srv/bd/rd/rd.adl [6d4c549:8c52f66] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/arch/uspace/srv/bd/rd/rd.adl
r6d4c549 r8c52f66 1 interface rd extends bd;2 3 1 frame rd { 4 2 provides: 5 rd rd;3 block_device bd; 6 4 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]13 8 protocol: 14 [/uspace/lib/libc/protocol] 9 [/uspace/lib/libc/protocol] + 10 [rd.bp] 15 11 };
Note:
See TracChangeset
for help on using the changeset viewer.