#ifndef _TOUCH_H_ #define _TOUCH_H_ #include "typedef.h" extern void touch_init(void); extern void touch_process(void); #endif