source: mainline/contrib/arch/uspace/srv/pci/pci.adl@ 86018c1

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 86018c1 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: 239 bytes
Line 
1interface pci extends service {
2 protocol:
3 [pci.bp]
4};
5
6frame pci {
7 provides:
8 pci pci;
9 requires:
10 [/uspace/lib/libc/requires]
11 ns ns;
12 initialization:
13 !ns.ipc_m_connect_to_me /* pci */
14 protocol:
15 [/uspace/lib/libc/protocol]
16};
Note: See TracBrowser for help on using the repository browser.