source: rtems/cpukit/libpci/pci/cfg_static.h @ 1f66914

4.115
Last change on this file since 1f66914 was 71e8a5c, checked in by Daniel Hellstrom <daniel@…>, on 02/27/15 at 15:45:59

LIBPCI: moved copyright into a single line

  • Property mode set to 100644
File size: 688 bytes
Line 
1/* Static PCI Auto Configuration Library
2 *
3 * COPYRIGHT (c) 2010 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#ifndef __PCI_CFG_STATIC_H__
11#define __PCI_CFG_STATIC_H__
12
13/* This function initializes all buses and device accorind to a user defined
14 * "static" configuration. The configuration can manually created with C
15 * data structures. Or it can be automatically created on a running target
16 * using the pci_cfg_print() routine after the AUTO or READ Configuration
17 * Library has setup the PCI bus
18 */
19extern int pci_config_static(void);
20
21#endif
Note: See TracBrowser for help on using the repository browser.