define the backend ABI version 07/179707/1
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 21 May 2018 07:46:11 +0000 (16:46 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 21 May 2018 08:48:13 +0000 (17:48 +0900)
commitc62d87e018d27ccd2074b3ef26a37b60110e5d0d
treeaefbe45ac9103b09df6a0feab951e7e6ed558702
parent58828ed23597b6ba74af0b6a76af7d04b5677e50
define the backend ABI version

The TDM backend ABI version should be separated with TDM front-end ABI.
Therefore, tdm defines the TDM backend ABI version at the tbm_backend.h.
The tdm checks the module ABI version with this backend ABI version
when the libtdm loads the backend modules.

Change-Id: I80d842f225d261f7fc024c6928dc66c9d4a95a65
include/tdm_backend.h
src/tdm.c
src/tdm_backend.c