source: rtems/c/src/lib/libbsp/sparc/leon2/include/cchip.h @ c903fc2

4.115
Last change on this file since c903fc2 was c903fc2, checked in by Daniel Cederman <cederman@…>, on 05/08/14 at 14:33:08

bsps/sparc: Add copyright and license information

  • Property mode set to 100644
File size: 727 bytes
Line 
1/**
2 * @defgroup cchip Companion Chip handler
3 * @ingroup sparc_leon2
4 *
5 * @file
6 *
7 * @ingroup cchip
8 *
9 * @brief Register all drivers supported by the Companion Chip board
10 */
11
12/*
13 *  COPYRIGHT (c) 2007.
14 *  Aeroflex Gaisler AB.
15 *
16 *  The license and distribution terms for this file may be
17 *  found in the file LICENSE in this distribution or at
18 *  http://www.rtems.org/license/LICENSE.
19 */
20
21#ifndef __CCHIP_H__
22#define __CCHIP_H__
23
24#include <b1553brm_pci.h>
25#include <occan_pci.h>
26#include <grspw_pci.h>
27#include <apbuart_pci.h>
28
29#ifdef __cplusplus
30extern "C" {
31#endif
32
33#define CCHIP_IRQ 4
34
35/* Register all drivers supported by the Companion Chip board */
36int cchip_register(void);
37
38#ifdef __cplusplus
39}
40#endif
41
42#endif
Note: See TracBrowser for help on using the repository browser.