#ifndef _HDAPS_TUX_H_ #define _HDAPS_TUX_H_ #define POSITION_FILE "/sys/devices/platform/hdaps/position" #define TUX_FILE "tux.bmp" /* UI constants */ #define W_WIDTH 480 #define W_HEIGHT 480 /* Polling constants */ #define TIMEOUT_VAL 15 #ifdef DEBUG #define dprintf(fmt, args...) fprintf(stderr, fmt, ##args) #else #define dprintf(fmt, args...) #endif /* DEBUG */ #endif /* _HDAPS_TUX_H_ */