add external functions to get the backend information 01/259401/1
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 27 May 2021 06:26:00 +0000 (15:26 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 7 Jun 2021 06:59:44 +0000 (15:59 +0900)
commit649baccba8c256ee7f3b7f53c25f559e1c194f27
tree42468e18a6bad0f0a914c4d3b3d1093ab2d55a84
parent12900a7468fc1772074822828df443f9ddf824e4
add external functions to get the backend information

There are three functions below.
char     *hal_tdm_backend_get_name(hal_tdm_backend *backend);
char     *hal_tdm_backend_get_vendor(hal_tdm_backend *backend);
unsigned long   hal_tdm_backend_get_abi_version(hal_tdm_backend *backend);

Change-Id: Idee055920dec63ba722eb9433045caa421573dfa
include/hal-tdm.h
src/hal-api-tdm.c