forked from Imagelibrary/rtems
The refactoring of pci_dev_create() was incorrect since the code relied on different defines before including pci/cfg.h. This reverts back to the original code having two pci_dev_create() one in auto and one in read library. confdefs.h selectes between the two libraries so both there is no link conflict. Updates #3029
12 lines
285 B
C
12 lines
285 B
C
/* Private libpci declarations
|
|
*
|
|
* COPYRIGHT (c) 2015 Cobham Gaisler AB.
|
|
*
|
|
* The license and distribution terms for this file may be
|
|
* found in the file LICENSE in this distribution or at
|
|
* http://www.rtems.org/license/LICENSE.
|
|
*/
|
|
|
|
/* Number of buses */
|
|
extern int pci_bus_cnt;
|