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