source: rtems/cpukit/libpci/pci/cfg_peripheral.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: 560 bytes
Line 
1/* PCI Peripheral 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_PERIPHERAL_H__
12#define __PCI_CFG_PERIPHERAL_H__
13
14/* The user must provide a PCI configuration using the "struct pci_bus pci_hb"
15 * structure. Nothing else than setting pci_system_type and pci_bus_cnt is done
16 * by the peripheral library.
17 */
18extern int pci_config_peripheral(void);
19
20#endif
Note: See TracBrowser for help on using the repository browser.