Belle II Software  release-05-02-19
find_pci_path.h
1 /* find_pci_path.h */
2 
3 
4 #ifndef FIND_PCI_PATH_H
5 #define FIND_PCI_PATH_H
6 
7 int
8 find_pci_path(const unsigned int target_vendor_id, const unsigned int target_device_id, char** *paths_p_ret);
9 
10 char*
11 get_copper_plx9054_path(void);
12 
13 #endif
14