Subversion Repositories HelenOS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. #ifndef PCI_BUS_H
  2. #define PCI_BUS_H
  3.  
  4. int pci_bus_init();
  5. void pci_bus_clean();
  6.  
  7. #endif