source:
trunk/minix/lib/syslib/pci_init.c@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 294 bytes |
Line | |
---|---|
1 | /* |
2 | pci_init.c |
3 | */ |
4 | |
5 | #include "syslib.h" |
6 | #include <minix/sysutil.h> |
7 | |
8 | /*===========================================================================* |
9 | * pci_init * |
10 | *===========================================================================*/ |
11 | PUBLIC void pci_init() |
12 | { |
13 | pci_init1(""); |
14 | } |
15 |
Note:
See TracBrowser
for help on using the repository browser.