source: rtems/c/src/lib/libbsp/mips/rbtx4925/include/bsp.h @ 63defa58

Last change on this file since 63defa58 was 63defa58, 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: 789 bytes
Line 
1/**
2 *  @file
3 * 
4 *  This include file contains some definitions specific to the RBTX4925.
5 */
6
7/*
8 *  COPYRIGHT (c) 1989-2012.
9 *  On-Line Applications Research Corporation (OAR).
10 *
11 *  The license and distribution terms for this file may be
12 *  found in the file LICENSE in this distribution or at
13 *  http://www.rtems.com/license/LICENSE.
14 *
15 *  $Id$
16 */
17
18#ifndef _BSP_H
19#define _BSP_H
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
25#include <bspopts.h>
26
27#include <rtems.h>
28#include <rtems/iosupp.h>
29#include <rtems/console.h>
30#include <rtems/clockdrv.h>
31#include <libcpu/tx4925.h>
32
33#define BSP_FEATURE_IRQ_EXTENSION
34#define BSP_SHARED_HANDLER_SUPPORT      1
35
36/* functions */
37
38rtems_isr_entry set_vector(
39  rtems_isr_entry, rtems_vector_number, int );
40
41#ifdef __cplusplus
42}
43#endif
44
45#endif
Note: See TracBrowser for help on using the repository browser.