Subversion Repositories HelenOS

Rev

Rev 4399 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4399 trochtova 1
#ifndef PCI_BUS_H
2
#define PCI_BUS_H
3
 
4
int pci_bus_init();
5
void pci_bus_clean();
6
 
4438 trochtova 7
#endif