source: rtems/cpukit/libpci/pci_internal.h @ 0decc806

4.115
Last change on this file since 0decc806 was f4bf22c, checked in by Daniel Hellstrom <daniel@…>, on 04/08/15 at 08:51:45

LIBPCI: new implementation private header file

  • new implementation private header file
  • moved double implementation of pci_dev_create used by read & auto cfg libraries to common pci_dev_create.c
  • moved declaration of pci_bus_cnt to private header file so avoid extern in .c files
  • Property mode set to 100644
File size: 398 bytes
RevLine 
[f4bf22c]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.com/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.