source: rtems/c/src/lib/libbsp/sparc/leon2/include/at697_pci.h @ 4a7d1026

4.115
Last change on this file since 4a7d1026 was 4a7d1026, checked in by Daniel Hellstrom <daniel@…>, on 04/13/15 at 08:25:52

sparc bsps: updated license to rtems.org

  • Property mode set to 100644
File size: 479 bytes
RevLine 
[05ce8bd5]1/*  AT697 PCI host bridge driver
2 *
3 *  COPYRIGHT (c) 2015.
4 *  Cobham Gaisler.
5 *
6 *  The license and distribution terms for this file may be
7 *  found in found in the file LICENSE in this distribution or at
[4a7d1026]8 *  http://www.rtems.org/license/LICENSE.
[05ce8bd5]9 *
10 */
11
12#ifndef __AT697PCI_H__
13#define __AT697PCI_H__
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
19/* Register AT697 PCI host bridge driver to Driver Manager */
20void at697pci_register_drv(void);
21
22#ifdef __cplusplus
23}
24#endif
25
26#endif
Note: See TracBrowser for help on using the repository browser.