source: rtems/cpukit/libpci/pci_internal.h @ 246fe22

4.115
Last change on this file since 246fe22 was e53daed, checked in by Daniel Hellstrom <daniel@…>, on 04/09/15 at 14:09:42

LIBPCI: updated license to rtems.org

  • Property mode set to 100644
File size: 398 bytes
Line 
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 */
11extern int pci_bus_cnt;
12
13/* Allocate a PCI device for a standard device or a bridge device */
14struct pci_dev *pci_dev_create(int isbus);
Note: See TracBrowser for help on using the repository browser.