forked from Imagelibrary/rtems
PR 1993 - Convert MIPS to PIC IRQ model
This commit is contained in:
committed by
Joel Sherrill
parent
eb6362dccb
commit
0c0181dee2
22
c/src/lib/libbsp/mips/shared/irq/maxvectors.c
Normal file
22
c/src/lib/libbsp/mips/shared/irq/maxvectors.c
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* This file contains the maximum number of vectors. This can not
|
||||
* be determined without knowing the RTEMS CPU model.
|
||||
*/
|
||||
|
||||
/*
|
||||
* 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.
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <rtems.h>
|
||||
#include <bsp/irq.h>
|
||||
|
||||
unsigned int mips_interrupt_number_of_vectors = BSP_INTERRUPT_VECTOR_MAX;
|
||||
Reference in New Issue
Block a user