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
RevLine 
[cf7b3e0]1interface rd extends bd;
2
[07fdf203]3frame 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.