Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/arch/uspace/srv/bd/rd/rd.adl

    r8c52f66 r6d4c549  
     1interface rd extends bd;
     2
    13frame rd {
    24        provides:
    3                 block_device bd;
     5                rd rd;
    46        requires:
    5                 naming_service ns;
    6                 device_mapper_driver dm_driver;
    77                [/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]
    813        protocol:
    9                 [/uspace/lib/libc/protocol] +
    10                 [rd.bp]
     14                [/uspace/lib/libc/protocol]
    1115};
Note: See TracChangeset for help on using the changeset viewer.