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