source: rtems/cpukit/libpci/pci/cfg_peripheral.h @ 4a7d1026

4.115
Last change on this file since 4a7d1026 was e53daed, checked in by Daniel Hellstrom <daniel@…>, on 04/09/15 at 14:09:42

LIBPCI: updated license to rtems.org

  • Property mode set to 100644
File size: 556 bytes
Line 
1/* PCI Peripheral 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.org/license/LICENSE.
8 */
9
10#ifndef __PCI_CFG_PERIPHERAL_H__
11#define __PCI_CFG_PERIPHERAL_H__
12
13/* The user must provide a PCI configuration using the "struct pci_bus pci_hb"
14 * structure. Nothing else than setting pci_system_type and pci_bus_cnt is done
15 * by the peripheral library.
16 */
17extern int pci_config_peripheral(void);
18
19#endif
Note: See TracBrowser for help on using the repository browser.