Fix: wrong assignement of can_bus_t object.
[apps/agl-service-can-low-level.git] / src / low-can-binding.hpp
index 0f2b950..1509c2a 100644 (file)
  
 #pragma once
 
+#include <cstddef>
+
+#include "configuration.hpp"
+
+extern "C"
+{
+       #include <afb/afb-binding.h>
+};
+
 extern "C" struct afb_binding_interface;
 
 extern const struct afb_binding_interface *binder_interface;
+
+extern configuration_t *config;
\ No newline at end of file