xref: /openbmc/bmcweb/features/redfish/include/dbus_log_watcher.hpp (revision b26ff34d5c35b623b0eb7de24f952d4c5d2459bf)
1*b26ff34dSEd Tanous #pragma once
2*b26ff34dSEd Tanous 
3*b26ff34dSEd Tanous #include <sdbusplus/message.hpp>
4*b26ff34dSEd Tanous namespace redfish
5*b26ff34dSEd Tanous {
6*b26ff34dSEd Tanous 
7*b26ff34dSEd Tanous void getReadingsForReport(sdbusplus::message_t& msg);
8*b26ff34dSEd Tanous 
9*b26ff34dSEd Tanous } // namespace redfish
10