blob: d45fa02a486cb26f55bc84fcab4ae2bcbca8cb70 [file] [log] [blame]
Brandon Wyman5914f652017-03-16 18:17:07 -05001#pragma once
2
3#include <sdbusplus/bus.hpp>
4
5namespace phosphor
6{
7namespace fan
8{
9namespace presence
10{
11
12/**
13 * @brief Get the inventory service name from the mapper object
14 *
15 * @return The inventory manager service name
16 */
17std::string getInvService(sdbusplus::bus::bus& bus);
18
19}
20}
21}