blob: 7a4150dc3b8abf2303dbb8b0df71ed00652dba29 [file] [log] [blame]
#include "config.h"
#include <sdbusplus/server.hpp>
#include <map>
#include <string>
namespace utils
{
/**
* @brief Get the bus service
*
* @return the bus service as a string
**/
std::string getService(sdbusplus::bus::bus& bus, const std::string& path,
const std::string& interface);
} // namespace utils