blob: d45fa02a486cb26f55bc84fcab4ae2bcbca8cb70 [file] [log] [blame]
#pragma once
#include <sdbusplus/bus.hpp>
namespace phosphor
{
namespace fan
{
namespace presence
{
/**
* @brief Get the inventory service name from the mapper object
*
* @return The inventory manager service name
*/
std::string getInvService(sdbusplus::bus::bus& bus);
}
}
}