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/export.map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binding-wifi/export.map') diff --git a/binding-wifi/export.map b/binding-wifi/export.map index 0ef1ac7..eea0d7b 100644 --- a/binding-wifi/export.map +++ b/binding-wifi/export.map @@ -1 +1 @@ -{ global: afbBindingV1Register; local: *; }; +{ global: afbBindingV2*; local: *; }; -- cgit 1.2.3-korg