Changeset 985e26d2 in mainline for contrib/arch/uspace/srv/bd/rd/rd.adl
- Timestamp:
- 2010-01-07T19:06:59Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8190e63
- Parents:
- 743e17b (diff), eca2435 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/arch/uspace/srv/bd/rd/rd.adl
r743e17b r985e26d2 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.