repositories
/
deb_shairplay.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Refresh the patches list.
[deb_shairplay.git]
/
src
/
lib
/
global.h
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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