source: mainline/contrib/arch/uspace/srv/pci/pci.adl@ 51d4040

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 51d4040 was cf7b3e0, checked in by Martin Decky <martin@…>, 16 years ago

various fixes and cleanup

  • Property mode set to 100644
File size: 206 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 protocol:
13 [/uspace/lib/libc/protocol] |
14 [pci_server.bp]
15};
Note: See TracBrowser for help on using the repository browser.