summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon2/include/cchip.h
blob: 216d3fb939855d663174554619a987ded9b80e4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#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