From 0c0181dee26d64835f0cd4f47ef81f681ea553e8 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Wed, 4 Apr 2012 08:39:46 -0500 Subject: PR 1993 - Convert MIPS to PIC IRQ model --- c/src/lib/libbsp/mips/rbtx4938/include/bsp.h | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'c/src/lib/libbsp/mips/rbtx4938/include/bsp.h') diff --git a/c/src/lib/libbsp/mips/rbtx4938/include/bsp.h b/c/src/lib/libbsp/mips/rbtx4938/include/bsp.h index 1add6fe413..04639114fc 100644 --- a/c/src/lib/libbsp/mips/rbtx4938/include/bsp.h +++ b/c/src/lib/libbsp/mips/rbtx4938/include/bsp.h @@ -1,15 +1,18 @@ -/* bsp.h - * +/** + * @file + * * This include file contains some definitions specific to the RBTX4938. - * - * COPYRIGHT (c) 1989-2000. + */ + +/* + * COPYRIGHT (c) 1989-2012. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * - * bsp.h,v 1.7.6.1 2003/09/04 18:44:49 joel Exp + * $Id$ */ #ifndef _BSP_H @@ -27,6 +30,9 @@ extern "C" { #include #include +#define BSP_FEATURE_IRQ_EXTENSION +#define BSP_SHARED_HANDLER_SUPPORT 1 + /* functions */ rtems_isr_entry set_vector( -- cgit v1.2.3