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

4.115
Last change on this file since 8d830fae was 8d830fae, checked in by Radu <radustoma@…>, on 12/02/13 at 20:07:35

leon2_doxygen_1

  • Property mode set to 100644
File size: 481 bytes
Line 
1/**
2 * @file
3 * @defgroup cchip Companion Chip handler
4 * @ingroup sparc_leon2
5 * @brief Register all drivers supported by the Companion Chip board
6 */
7
8#ifndef __CCHIP_H__
9#define __CCHIP_H__
10
11#include <b1553brm_pci.h>
12#include <occan_pci.h>
13#include <grspw_pci.h>
14#include <apbuart_pci.h>
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
20#define CCHIP_IRQ 4
21
22/* Register all drivers supported by the Companion Chip board */
23int cchip_register(void);
24
25#ifdef __cplusplus
26}
27#endif
28
29#endif
Note: See TracBrowser for help on using the repository browser.