Sign in
android
/
platform
/
external
/
trace-cmd
/
0f84879a0b2567c33aedf88985428c2ec4828640
/
.
/
include
/
version.h
blob: fcf7ba02edae4a3ea136de11741b5602410d74f3 [
file
] [
log
] [
blame
]
#ifndef
_VERSION_H
#define
_VERSION_H
#define
VERSION
(
a
,
b
)
(((
a
)
<<
8
)
+
(
b
))
#ifdef
BUILDGUI
#include
"ks_version.h"
#else
#include
"tc_version.h"
#endif
#endif
/* _VERSION_H */