From 05d31a77fb2742d4aedd26a13454b21b5df83b20 Mon Sep 17 00:00:00 2001 From: Yuichi Kusakabe Date: Fri, 1 Sep 2017 20:10:00 +0900 Subject: Add get() and list() API This patch is porting AMB get() and list() API. Change-Id: Ic1d391219f1d64ab127bc1977a5b198abe0fc94b Signed-off-by: Yuichi Kusakabe --- low-can-binding/binding/low-can-hat.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'low-can-binding/binding/low-can-hat.hpp') diff --git a/low-can-binding/binding/low-can-hat.hpp b/low-can-binding/binding/low-can-hat.hpp index 162a8e5..1f550a8 100644 --- a/low-can-binding/binding/low-can-hat.hpp +++ b/low-can-binding/binding/low-can-hat.hpp @@ -40,3 +40,5 @@ void auth(struct afb_req request); void subscribe(struct afb_req request); void unsubscribe(struct afb_req request); void write(struct afb_req request); +void get(struct afb_req request); +void list(struct afb_req request); -- cgit 1.2.3-korg