www.pudn.com > s3c2410boardTestProgram.zip > 2410swis.h


//==================================================================== 
// File Name : 2410swis.h 
// Function  : S3C2410 SWI_ISR Head file 
// Program   : Shin, On Pil (SOP) 
// Date      : March 12, 2002 
// Version   : 0.0 
// History 
//   0.0 : Programming start (March 12, 2002) -> SOP 
//==================================================================== 
 
#ifndef __2410SWIS_H__ 
#define __2410SWIS_H__ 
 
void SWI_ISR(void); 
 
#endif   //__2410SWIS_H__