repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
VM: munmap used by VM for itself is no longer used
[minix.git]
/
drivers
/
acpi
/
pci.h
blob
6a26eb9084f9dfaab7aa09dedf5327bd0284a2d1
1
#ifndef __ACPI_PCI_H__
2
#define __ACPI_PCI_H__
3
4
#include <minix/ipc.h>
5
6
void
do_map_bridge
(
message
*
m
);
7
void
do_get_irq
(
message
*
m
);
8
9
void
pci_scan_devices
(
void
);
10
11
12
#endif
/* __ACPI_PCI_H__ */