Details | Last modification | View Log | RSS feed
#ifndef __COMMON_H
#define __COMMON_H
void showmessage(char *s);
void waitend(void);
void debug_dump_buffer(char *buf, int size);
#endif