]> begriffs open source - cmsis-freertos/blob - Demo/MB91460_Softune/SRC/vectors.h
Update cmsis_os2.c
[cmsis-freertos] / Demo / MB91460_Softune / SRC / vectors.h
1 /* THIS SAMPLE CODE IS PROVIDED AS IS AND IS SUBJECT TO ALTERATIONS. FUJITSU */
2 /* MICROELECTRONICS ACCEPTS NO RESPONSIBILITY OR LIABILITY FOR ANY ERRORS OR */
3 /* ELIGIBILITY FOR ANY PURPOSES.                                             */
4 /*                 (C) Fujitsu Microelectronics Europe GmbH                  */
5 /*----------------------------------------------------------------------------
6   VECTORS.h
7
8
9   06.10.06  1.00   UMa    Initial Version
10 -----------------------------------------------------------------------------*/
11
12 #ifndef VECTORS_H
13 #define VECTORS_H
14
15 void InitIrqLevels( void );
16
17 #endif
18