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


//==================================================================== 
// File Name : 2410int.h 
// Function  : S3C2410 Interrupt Test Head File 
// Program   : Shin, On Pil (SOP) 
// Date      : March 12, 2002 
// Version   : 0.0 
// History 
//   0.0 : Programming start (March 12, 2002) -> SOP 
//==================================================================== 
 
#ifndef __2410INT_H__ 
#define __2410INT_H__ 
 
void Test_Fiq(void); 
void Change_IntPriorities(void); 
 
#endif     //__2410INT_H__