Rabbit 32Bit RTOS源代码
源代码在线查看: interrupt.h
/*********************************************************************
* Copyright (c) 2011-2012,李士伟
* All rights reserved.
*文 件 名:interrupt.h
*描 述:与中断相关的一些函数头文件
*当前版本:V1.00
*作 者:李士伟
*创建日期:2011.10.02
**********************************************************************/
#ifndef __INTERRUPT_H__
#define __INTERRUPT_H__
#include
#ifdef __cplusplus
extern "C" {
#endif
extern void ISR_Default(void);
extern void OS_IntExit(void);
#ifdef __cplusplus
}
#endif
#endif