X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=ucs2-afb%2Fucs_binding.h;h=082f6cc04c0411e95e60243146a747a09b7b8789;hb=60efea2ece175966692970212260cb4a49a861ea;hp=3d18260c29be999c692fd45db05d8e62a72e4a07;hpb=714eb879caedcc32674b26fdc7583a6fcfeb4f85;p=apps%2Fagl-service-unicens.git diff --git a/ucs2-afb/ucs_binding.h b/ucs2-afb/ucs_binding.h index 3d18260..082f6cc 100644 --- a/ucs2-afb/ucs_binding.h +++ b/ucs2-afb/ucs_binding.h @@ -18,6 +18,9 @@ #ifndef UCS2BINDING_H #define UCS2BINDING_H +// Use Version of AGL Application Framework API +#define AFB_BINDING_VERSION 2 + #ifndef PUBLIC #define PUBLIC #endif @@ -25,7 +28,6 @@ #include #include -#include #include "ucs_interface.h" @@ -41,7 +43,7 @@ extern const struct afb_binding_interface *afbIface; extern struct afb_service afbSrv; // API verbs prototype -PUBLIC void ucs2Init (struct afb_req request); +PUBLIC void ucs2Configure (struct afb_req request); PUBLIC void ucs2SetVol (struct afb_req request);