summaryrefslogtreecommitdiffstats
path: root/utility.hpp
blob: d45fa02a486cb26f55bc84fcab4ae2bcbca8cb70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#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);

}
}
}
OpenPOWER on IntegriCloud