Add support for receiving iTunes streams back, got broken in the process
[deb_shairplay.git] / src / lib / global.h
CommitLineData
2340bcd3
JVH
1#ifndef GLOBAL_H
2#define GLOBAL_H
3
4#define GLOBAL_FEATURES 0x7
5#define GLOBAL_MODEL "AppleTV2,1"
e66980f2 6#define GLOBAL_VERSION "130.14"
2340bcd3
JVH
7
8#define MAX_HWADDR_LEN 6
9
10#endif