1 #pragma once 2 #include <sdbusplus/bus.hpp> 3 #include <sdbusplus/message.hpp> 4 #include <sdbusplus/slot.hpp> 5 #include <stdplus/fd/intf.hpp> 6 7 namespace kcsbridge 8 { 9 10 void write(stdplus::Fd& kcs, sdbusplus::message_t&& m); 11 void read(stdplus::Fd& kcs, sdbusplus::bus_t& bus, 12 sdbusplus::slot_t& outstanding); 13 14 } // namespace kcsbridge 15