source: rtems/c/src/lib/libbsp/i960/i960sim/include/bsp.h @ 8cc4a27

4.104.114.84.95
Last change on this file since 8cc4a27 was 8cc4a27, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/22/04 at 13:33:37

2004-04-22 Ralf Corsepius <ralf_corsepius@…>

  • include/bsp.h: Split out tmtest27 support.
  • include/tm27.h: New.
  • Property mode set to 100644
File size: 1015 bytes
Line 
1/*  bsp.h
2 *
3 *  This include file contains some definitions specific to the
4 *  i960 simulator in gdb.
5 *
6 *  COPYRIGHT (c) 1989-1999.
7 *  On-Line Applications Research Corporation (OAR).
8 *
9 *  The license and distribution terms for this file may be
10 *  found in the file LICENSE in this distribution or at
11 *  http://www.rtems.com/license/LICENSE.
12 *
13 *  $Id$
14 */
15
16#ifndef __I960SIM_h
17#define __I960SIM_h
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
23#include <bspopts.h>
24
25#include <rtems.h>
26#include <rtems/iosupp.h>
27#include <rtems/console.h>
28#include <rtems/clockdrv.h>
29
30/* Constants */
31
32/* miscellaneous stuff assumed to exist */
33
34extern rtems_configuration_table BSP_Configuration;
35
36/*
37 *  Device Driver Table Entries
38 */
39
40/*
41 * NOTE: Use the standard Console driver entry
42 */
43
44/*
45 * NOTE: Use the standard Clock driver entry
46 */
47
48/* functions */
49
50void bsp_cleanup( void );
51
52i960_isr_entry set_vector( rtems_isr_entry, unsigned int, unsigned int );
53
54#ifdef __cplusplus
55}
56#endif
57
58#endif
59/* end of include file */
Note: See TracBrowser for help on using the repository browser.