diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-08-08 11:50:42 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-09-26 14:04:24 -0700 |
commit | 7298ce428f8857b9f08df41edfe794f179e3d7e3 (patch) | |
tree | abc46437c214b44a5b019d875280de76158b52fa /binding-wifi/export.map | |
parent | a286b854cbbf315edd2c26889b7d81d502f9b619 (diff) |
Update functions and structure to use the new version 2
of the afm binder framework
Bug-AGL: SPEC-816 SPEC-913
Change-Id: I4fafc4e2302991dc895a1938f88754ace1a6360e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'binding-wifi/export.map')
-rw-r--r-- | binding-wifi/export.map | 2 |
1 files changed, 1 insertions, 1 deletions
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: *; }; |