11 lines
167 B
C
Executable File
11 lines
167 B
C
Executable File
#ifndef GLOBAL_H
|
|
#define GLOBAL_H
|
|
|
|
#define GLOBAL_FEATURES 0x7
|
|
#define GLOBAL_MODEL "AppleTV2,1"
|
|
#define GLOBAL_VERSION "130.14"
|
|
|
|
#define MAX_HWADDR_LEN 6
|
|
|
|
#endif
|