RTEMS CPU Kit with SuperCore  4.11.3
pci_internal.h
Go to the documentation of this file.
1 /* Private libpci declarations
2  *
3  * COPYRIGHT (c) 2015 Cobham Gaisler AB.
4  *
5  * The license and distribution terms for this file may be
6  * found in the file LICENSE in this distribution or at
7  * http://www.rtems.org/license/LICENSE.
8  */
9 
10 /* Number of buses */
11 extern int pci_bus_cnt;
12 
13 /* Allocate a PCI device for a standard device or a bridge device */
14 struct pci_dev *pci_dev_create(int isbus);
Definition: cfg.h:211