Belle II Software development
find_pci_path.h
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8/* find_pci_path.h */
9
10
11#ifndef FIND_PCI_PATH_H
12#define FIND_PCI_PATH_H
13
14int
15find_pci_path(const unsigned int target_vendor_id, const unsigned int target_device_id, char** *paths_p_ret);
16
17char*
18get_copper_plx9054_path(void);
19
20#endif
21