This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
FreeRTOS-Kernel/FreeRTOS/Demo/MB91460_Softune/SRC/vectors.h
2012-08-11 21:34:11 +00:00

19 lines
628 B
C

/* THIS SAMPLE CODE IS PROVIDED AS IS AND IS SUBJECT TO ALTERATIONS. FUJITSU */
/* MICROELECTRONICS ACCEPTS NO RESPONSIBILITY OR LIABILITY FOR ANY ERRORS OR */
/* ELIGIBILITY FOR ANY PURPOSES. */
/* (C) Fujitsu Microelectronics Europe GmbH */
/*----------------------------------------------------------------------------
VECTORS.h
06.10.06 1.00 UMa Initial Version
-----------------------------------------------------------------------------*/
#ifndef VECTORS_H
#define VECTORS_H
void InitIrqLevels( void );
#endif