m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/pci.h
blob: 04c48f2155af8301c9d3bedac859da8b63a48a57 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef PCI_H
#define PCI_H

struct doom_data {
	int minor;
};

int pci_init(void);
void pci_cleanup(void);

#endif