source: rtems/c/src/lib/libcpu/mips/rm52xx/vectorisrs/maxvectors.c @ 3a3e5dae

4.104.114.84.95
Last change on this file since 3a3e5dae was 3a3e5dae, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/16/06 at 18:06:54

New (Submission by Bruce Robinson <brucer@…>).

  • Property mode set to 100644
File size: 605 bytes
Line 
1/*
2 *  This file contains the maximum number of vectors.  This can not
3 *  be determined without knowing the RTEMS CPU model.
4 *
5 *  COPYRIGHT (c) 1989-2000.
6 *  On-Line Applications Research Corporation (OAR).
7 *
8 *  The license and distribution terms for this file may be
9 *  found in the file LICENSE in this distribution or at
10 *  http://www.rtems.com/license/LICENSE.
11 *
12 *  maxvectors.c,v 1.1.6.1 2003/09/04 18:45:49 joel Exp
13 */
14
15/*
16 *  Reserve first 32 for exceptions.
17 */
18
19
20#include <rtems.h>
21#include <libcpu/rm5231.h>
22
23unsigned int mips_interrupt_number_of_vectors = RM5231_MAXIMUM_VECTORS;
24
Note: See TracBrowser for help on using the repository browser.