source: rtems/cpukit/libpci/pci/cfg_read.h @ a31845f7

4.115
Last change on this file since a31845f7 was a31845f7, checked in by Daniel Hellstrom <daniel@…>, on 11/28/11 at 09:11:10

LIBPCI: added PCI layer to cpukit/libpci

  • Property mode set to 100644
File size: 615 bytes
RevLine 
[a31845f7]1/* PCI Read Configuration Library. Read current config that bootloader/BIOS
2 * has setup.
3 *
4 * COPYRIGHT (c) 2010.
5 * Cobham Gaisler AB.
6 *
7 * The license and distribution terms for this file may be
8 * found in the file LICENSE in this distribution or at
9 * http://www.rtems.com/license/LICENSE.
10 */
11
12
13#ifndef __PCI_CFG_READ_H__
14#define __PCI_CFG_READ_H__
15
16/* Build PCI device tree in "struct pci_bus pci_hb" according to current setup
17 * in hardware. Devices/buses are created by reading the resource assignments
18 * that the BIOS/bootloader has already setup for us.
19 */
20extern int pci_config_read(void);
21
22#endif
Note: See TracBrowser for help on using the repository browser.