source: rtems/cpukit/libpci/pci/cfg_static.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: 692 bytes
Line 
1/* Static PCI Auto Configuration Library
2 *
3 * COPYRIGHT (c) 2010.
4 * Cobham Gaisler AB.
5 *
6 * The license and distribution terms for this file may be
7 * found in the file LICENSE in this distribution or at
8 * http://www.rtems.com/license/LICENSE.
9 */
10
11#ifndef __PCI_CFG_STATIC_H__
12#define __PCI_CFG_STATIC_H__
13
14/* This function initializes all buses and device accorind to a user defined
15 * "static" configuration. The configuration can manually created with C
16 * data structures. Or it can be automatically created on a running target
17 * using the pci_cfg_print() routine after the AUTO or READ Configuration
18 * Library has setup the PCI bus
19 */
20extern int pci_config_static(void);
21
22#endif
Note: See TracBrowser for help on using the repository browser.