www.pudn.com > s3c2410_code_Test.rar > swis.h


/* 
********************************************************* 
* Copyright (c) 
* All rights reserved.				             
* 
* 文件名称:swis.h 
* 文件标识:头文件 
* 摘    要:本文件是swi_isr头文件声明 
*            
* 当前版本:1.0 
* 作    者:刘征 
* 完成日期:2005.4.3 
* 
* 取代版本: 
* 作    者: 
* 完成日期: 
********************************************************* 
*/ 
#ifndef __SWIS_H__ 
#define __SWIS_H__ 
 
#ifdef __cplusplus 
extern "C" { 
#endif 
/* 
********************************************************* 
*   					 头文件 
********************************************************* 
*/ 
void SWI_ISR(void); 
 
#ifdef __cplusplus 
} 
#endif 
#endif   //__SWIS_H__