6a73e85ad1
. only good for obsolete K&R support . also remove a stray ansi.h and the proto cmd
12 lines
192 B
C
12 lines
192 B
C
#ifndef __ACPI_PCI_H__
|
|
#define __ACPI_PCI_H__
|
|
|
|
#include <minix/ipc.h>
|
|
|
|
void do_map_bridge(message *m);
|
|
void do_get_irq(message *m);
|
|
|
|
void pci_scan_devices(void);
|
|
|
|
|
|
#endif /* __ACPI_PCI_H__ */
|