source:
trunk/minix/lib/syslib/pci_init.c@
9
| Last change on this file since 9 was 9, checked in by , 15 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.