summaryrefslogtreecommitdiffstats
path: root/bsps/sparc/leon2/include/bsp/at697_pci.h
blob: 9a511ec6f9ceb5f650b18ccadea7fa62c116be22 (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
25
26
/*  AT697 PCI host bridge driver
 *
 *  COPYRIGHT (c) 2015.
 *  Cobham Gaisler.
 *
 *  The license and distribution terms for this file may be
 *  found in found in the file LICENSE in this distribution or at
 *  http://www.rtems.org/license/LICENSE.
 *
 */

#ifndef __AT697PCI_H__
#define __AT697PCI_H__

#ifdef __cplusplus
extern "C" {
#endif

/* Register AT697 PCI host bridge driver to Driver Manager */
void at697pci_register_drv(void);

#ifdef __cplusplus
}
#endif

#endif