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/Demo/MB91460_Softune/SRC/vectors.h

19 lines
628 B
C
Raw Normal View History

2008-02-07 01:27:42 +08:00
/* 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
-----------------------------------------------------------------------------*/
2008-02-13 19:15:52 +08:00
#ifndef VECTORS_H
#define VECTORS_H
void InitIrqLevels( void );
#endif
2008-02-07 01:27:42 +08:00