www.pudn.com > s3c2443_test_code.zip > Eint.h


/****************************************** 
	File Name : eint.h 
	Function  : S3C2443 Interrupt Test Head File 
	Date      : June 8, 2006 
   *****************************************/ 
 
#ifndef __EINT_H__ 
#define __EINT_H__ 
 
#ifdef __cplusplus 
extern "C" { 
#endif 
 
void Test_Eint(void); 
 
#ifdef __cplusplus 
} 
#endif 
 
#endif /*__EINT_H__*/