source: rtems/c/src/lib/libbsp/mips/jmr3904/include/bsp.h @ 4302c08

4.115
Last change on this file since 4302c08 was 4302c08, checked in by Joel Sherrill <joel.sherrill@…>, on 05/08/12 at 18:27:57

jmr3904 - Eliminate any set_vector() remnants

  • Property mode set to 100644
File size: 716 bytes
Line 
1/**
2 *  @file
3 * 
4 *  This include file contains some definitions specific to the
5 *  JMR3904 simulator in gdb.
6 */
7
8/*
9 *  COPYRIGHT (c) 1989-2012.
10 *  On-Line Applications Research Corporation (OAR).
11 *
12 *  The license and distribution terms for this file may be
13 *  found in the file LICENSE in this distribution or at
14 *  http://www.rtems.com/license/LICENSE.
15 *
16 *  $Id$
17 */
18
19#ifndef _BSP_H
20#define _BSP_H
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
26#include <bspopts.h>
27
28#include <rtems.h>
29#include <rtems/iosupp.h>
30#include <rtems/console.h>
31#include <rtems/clockdrv.h>
32#include <libcpu/tx3904.h>
33
34#define BSP_FEATURE_IRQ_EXTENSION
35#define BSP_SHARED_HANDLER_SUPPORT      1
36
37#ifdef __cplusplus
38}
39#endif
40
41#endif
Note: See TracBrowser for help on using the repository browser.