m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
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