summaryrefslogtreecommitdiff
path: root/cpukit/libpci/pci/cfg_static.h
blob: 7d305c32aa05e8c15f5907d276186c13ab73ff32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Static PCI Auto Configuration Library */

#ifndef __PCI_CFG_STATIC_H__
#define __PCI_CFG_STATIC_H__

/* This function initializes all buses and device accorind to a user defined
 * "static" configuration. The configuration can manually created with C
 * data structures. Or it can be automatically created on a running target
 * using the pci_cfg_print() routine after the AUTO or READ Configuration
 * Library has setup the PCI bus
 */
extern int pci_config_static(void);

#endif