summaryrefslogtreecommitdiffstats
path: root/cpukit/libpci/pci_internal.h
blob: a89e8f1f4baef2c8c4f8776659c1ba7f11404ff2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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;

/* Allocate a PCI device for a standard device or a bridge device */
struct pci_dev *pci_dev_create(int isbus);