Files
rtems/cpukit/libpci/pci_internal.h
Daniel Hellstrom f9fbb3336f libpci: fix pci device allocation
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
2017-09-29 13:36:44 +02:00

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;