summaryrefslogtreecommitdiff
path: root/include/cchip.h
blob: d8d1e46a7a81450005f7ebf13b3f64a44add25c5 (plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/**
 * @defgroup cchip Companion Chip handler
 * @ingroup sparc_leon2
 *
 * @file
 *
 * @ingroup cchip
 *
 * @brief Register all drivers supported by the Companion Chip board
 */

/*
 *  COPYRIGHT (c) 2007.
 *  Aeroflex Gaisler AB.
 *
 *  The license and distribution terms for this file may be
 *  found in the file LICENSE in this distribution or at
 *  http://www.rtems.org/license/LICENSE.
 */

#ifndef __CCHIP_H__
#define __CCHIP_H__

#include <b1553brm_pci.h>
#include <occan_pci.h>
#include <grspw_pci.h>
#include <apbuart_pci.h>

#ifdef __cplusplus
extern "C" {
#endif

#define CCHIP_IRQ 4

/* Register all drivers supported by the Companion Chip board */
int cchip_register(void);

#ifdef __cplusplus
}
#endif

#endif