summaryrefslogtreecommitdiffstats
path: root/cpukit/include/pci/cfg_peripheral.h
blob: d68c730a004bc02c88f79995b428152e6df5f8b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/**
 * @file
 *
 * @brie PCI Peripheral Configuration Libraryf
 */

/*
 * COPYRIGHT (c) 2010 Cobham Gaisler AB.
 *
 * The license and distribution terms for this file may be
 * found in the file LICENSE in this distribution or at
 * http://www.rtems.org/license/LICENSE.
 */

#ifndef __PCI_CFG_PERIPHERAL_H__
#define __PCI_CFG_PERIPHERAL_H__

/* The user must provide a PCI configuration using the "struct pci_bus pci_hb"
 * structure. Nothing else than setting pci_system_type and pci_bus_cnt is done
 * by the peripheral library.
 */
extern int pci_config_peripheral(void);

#endif