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


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