summaryrefslogtreecommitdiff
path: root/hdaps-tux.h
blob: 258e398a518ff7a8d918ed9d9121e6b573ab1200 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _HDAPS_TUX_H_
#define _HDAPS_TUX_H_

#define POSITION_FILE "/sys/devices/platform/hdaps/position"
#define TUX_FILE "tux.bmp"

#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_ */