summaryrefslogtreecommitdiff
path: root/tvapi/libtv/version/version.h (plain)
blob: e3259cb62f7b65b0ec302fc849936e40908a151e
1#ifndef __LIBTVSERVICE_VERSION_H__
2#define __LIBTVSERVICE_VERSION_H__
3
4extern const char *tvservice_get_git_version_info(void);
5extern const char *tvservice_get_last_chaned_time_info(void);
6extern const char *tvservice_get_git_branch_info(void);
7extern const char *tvservice_get_build_time_info(void);
8extern const char *tvservice_get_build_name_info(void);
9extern const char *tvservice_get_board_version_info(void);
10
11#endif //__LIBTVSERVICE_VERSION_H__
12