URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [MB91460_Softune/] [SRC/] [vectors.h] - Rev 800
Go to most recent revision | Compare with Previous | Blame | View Log
/* 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
Go to most recent revision | Compare with Previous | Blame | View Log