source: trunk/minix/lib/syslib/pci_init.c@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 294 bytes
Line 
1/*
2pci_init.c
3*/
4
5#include "syslib.h"
6#include <minix/sysutil.h>
7
8/*===========================================================================*
9 * pci_init *
10 *===========================================================================*/
11PUBLIC void pci_init()
12{
13 pci_init1("");
14}
15
Note: See TracBrowser for help on using the repository browser.