Files
gpufetch/src/common/sort.hpp

8 lines
103 B
C++

#ifndef __SORT_PCI__
#define __SORT_PCI__
void sort_pci_devices(struct pci_dev **first_dev);
#endif