CeDOS - kernel/pci.h

kernel/pci.h (view raw)

1
2
3
4
5
6
#ifndef INCLUDE_PCI_H
#define INCLUDE_PCI_H

int pci_init(void);

#endif