Add get() and list() API
[apps/agl-service-can-low-level.git] / low-can-binding / binding / low-can-hat.hpp
index 162a8e5..1f550a8 100644 (file)
@@ -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);