source: mainline/contrib/arch/uspace/srv/bd/rd/rd.adl

Last change on this file was 6d4c549, checked in by Martin Decky <martin@…>, 16 years ago

streamline the behavior protocols
add support for initialization and finalization phase of protocols in ADL

  • Property mode set to 100644
File size: 297 bytes
Line 
1interface rd extends bd;
2
3frame rd {
4 provides:
5 rd rd;
6 requires:
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 protocol:
14 [/uspace/lib/libc/protocol]
15};
Note: See TracBrowser for help on using the repository browser.