m-chrzan.xyz
index
:
harddoom
master
Device driver for a virtualized Doom graphics accelerator
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pci.h
blob: 377530e05071729269579d4dbf7bc9c41052226e (
plain
)
1
2
3
4
5
6
7
#ifndef PCI_H
#define PCI_H
int
pci_init
(
void
);
void
pci_cleanup
(
void
);
#endif