aboutsummaryrefslogtreecommitdiffstats
path: root/ucs2-afb/ucs_binding.h
diff options
context:
space:
mode:
authorTobias Jahnke <tobias.jahnke@microchip.com>2017-11-09 23:32:03 +0100
committerTobias Jahnke <tobias.jahnke@microchip.com>2017-11-11 22:14:57 +0100
commit825ce525d20ac99cd590d40fc06237c1e363cd7e (patch)
treefa2dcd2684a1c8f98d6c8fd7c9bc3b36f1fe5ad4 /ucs2-afb/ucs_binding.h
parent509cfbb9de09c04402f722220b45f95abbe9c0f9 (diff)
adds init function and getter for default cfg path
Change-Id: I620d485bb935f984efcfeaf29399d184d3261e7d Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'ucs2-afb/ucs_binding.h')
-rw-r--r--ucs2-afb/ucs_binding.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ucs2-afb/ucs_binding.h b/ucs2-afb/ucs_binding.h
index d909d41..9874ff4 100644
--- a/ucs2-afb/ucs_binding.h
+++ b/ucs2-afb/ucs_binding.h
@@ -43,6 +43,7 @@ extern const struct afb_binding_interface *afbIface;
extern struct afb_service afbSrv;
// API verbs prototype
+PUBLIC int ucs2_initbinding(void);
PUBLIC void ucs2_configure (struct afb_req request);
PUBLIC void ucs2_subscribe (struct afb_req request);
PUBLIC void ucs2_writei2c (struct afb_req request);