initial checkin
[sound-tools/hdrec.git] / hdrec.h
1 /* hdrec.h */
2
3 #ifndef HDREC_H
4 #define HDREC_H
5
6 #define PLAY 1
7 #define RECORD 2
8
9 #define MAX_C_FILE 32
10 #define MAX_C_DEVICE 32
11
12 #endif /* HDREC_H */