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

4.104.115
Last change on this file since b1ded240 was ee8933f2, checked in by Joel Sherrill <joel.sherrill@…>, on 09/06/07 at 13:17:16

2007-09-06 Daniel Hellstrom <daniel@…>

  • cchip/cchip.c, include/cchip.h, include/rasta.h, rasta/rasta.c: New files missed in previous commit.
  • Property mode set to 100644
File size: 329 bytes
Line 
1
2#ifndef __CCHIP_H__
3#define __CCHIP_H__
4
5#include <b1553brm_pci.h>
6#include <occan_pci.h>
7#include <grspw_pci.h>
8#include <apbuart_pci.h>
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14#define CCHIP_IRQ 4
15
16/* Register all drivers supported by the Companion Chip board */
17int cchip_register(void);
18
19#ifdef __cplusplus
20}
21#endif
22
23#endif
Note: See TracBrowser for help on using the repository browser.