source:
mainline/contrib/arch/uspace/srv/bd/rd/rd.adl
Last change on this file was 6d4c549, checked in by , 16 years ago | |
---|---|
|
|
File size: 297 bytes |
Rev | Line | |
---|---|---|
[cf7b3e0] | 1 | interface rd extends bd; |
2 | ||
[07fdf203] | 3 | frame rd { |
4 | provides: | |
[cf7b3e0] | 5 | rd rd; |
[07fdf203] | 6 | requires: |
[2a70672] | 7 | [/uspace/lib/libc/requires] |
[ea5f46d] | 8 | ns ns; |
9 | devmap_driver devmap_driver; | |
[6d4c549] | 10 | initialization: |
11 | [/uspace/lib/libc/fnc.devmap_driver_register] ; | |
12 | [/uspace/lib/libc/fnc.devmap_device_register] | |
[07fdf203] | 13 | protocol: |
[6d4c549] | 14 | [/uspace/lib/libc/protocol] |
[07fdf203] | 15 | }; |
Note:
See TracBrowser
for help on using the repository browser.