source: rtems/c/src/lib/libbsp/mips/jmr3904/include/bsp.h @ 0c0181d

4.115
Last change on this file since 0c0181d was 0c0181d, checked in by Jennifer Averett <jennifer.averett@…>, on 04/04/12 at 13:39:46

PR 1993 - Convert MIPS to PIC IRQ model

  • Property mode set to 100644
File size: 809 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/* functions */
38
39rtems_isr_entry set_vector(
40  rtems_isr_entry, rtems_vector_number, int );
41
42#ifdef __cplusplus
43}
44#endif
45
46#endif
Note: See TracBrowser for help on using the repository browser.