repositories
/
deb_shairplay.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add log level and log callback support to the RAOP API
[deb_shairplay.git]
/
src
/
lib
/
global.h
1
#ifndef GLOBAL_H
2
#define GLOBAL_H
3
4
#define GLOBAL_FEATURES 0x7
5
#define GLOBAL_MODEL
"AppleTV2,1"
6
#define GLOBAL_VERSION
"130.14"
7
8
#define MAX_HWADDR_LEN 6
9
10
#endif