From f6cc7149d3b30a1c9c5db329da1a82a2678c0797 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Tue, 8 Aug 2017 11:50:42 -0700 Subject: binding: wifi: switch to v2 binding format Update functions and structure to use the new version 2 of the afm binder framework Bug-AGL: SPEC-816 Change-Id: I4fafc4e2302991dc895a1938f88754ace1a6360e Signed-off-by: Matt Ranostay --- binding-wifi/wifi-connman.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'binding-wifi/wifi-connman.h') diff --git a/binding-wifi/wifi-connman.h b/binding-wifi/wifi-connman.h index dfc0d5b..14d4f32 100644 --- a/binding-wifi/wifi-connman.h +++ b/binding-wifi/wifi-connman.h @@ -21,20 +21,13 @@ #include #include +#define AFB_BINDING_VERSION 2 #include #ifdef __cplusplus extern "C" { #endif -// - - -/* - * the interface to afb-daemon - */ -const struct afb_binding_interface *afbitf; - /** Maximum Profile Count */ #define CONNMAN_MAX_BUFLEN 512 -- cgit 1.2.3-korg