00001 #ifndef __LINUX_UTIL_H__ 00002 #define __LINUX_UTIL_H__ 00003 00004 void UtilInit(void); 00005 int KeyHit(void); 00006 00007 #endif