Format
[apps/low-level-can-service.git] / CAN-binder / low-can-binding / binding / low-can-hat.hpp
index 7df4663..b3384d7 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <cstddef>
 #include <string>
+#include <systemd/sd-event.h>
 
 extern "C"
 {
@@ -31,6 +32,7 @@ extern "C" struct afb_binding_interface;
 extern const struct afb_binding_interface *binder_interface;
 
 void on_no_clients(std::string message);
+int read_message(sd_event_source *s, int fd, uint32_t revents, void *userdata);
 
 void subscribe(struct afb_req request);
 void unsubscribe(struct afb_req request);
\ No newline at end of file