source:
mainline/contrib/arch/uspace/srv/pci/pci.adl@
51d4040
Last change on this file since 51d4040 was cf7b3e0, checked in by , 16 years ago | |
---|---|
|
|
File size: 206 bytes |
Rev | Line | |
---|---|---|
[ea5f46d] | 1 | interface pci extends service { |
2 | protocol: | |
3 | [pci.bp] | |
4 | }; | |
5 | ||
6 | frame pci { | |
7 | provides: | |
8 | pci pci; | |
9 | requires: | |
[2a70672] | 10 | [/uspace/lib/libc/requires] |
[ea5f46d] | 11 | ns ns; |
12 | protocol: | |
[cf7b3e0] | 13 | [/uspace/lib/libc/protocol] | |
[ea5f46d] | 14 | [pci_server.bp] |
15 | }; |
Note:
See TracBrowser
for help on using the repository browser.