blob: 5203509445cda780c63de19f3c486571f94ef025 [file] [log] [blame]
Lei YU5e0dcb32019-08-02 18:04:34 +08001#pragma once
2
3#include <sdbusplus/bus.hpp>
4#include <string>
5#include <vector>
6
7namespace utils
8{
9
10/**
11 * @brief Get PSU inventory object path from DBus
12 */
13std::vector<std::string> getPSUInventoryPath(sdbusplus::bus::bus& bus);
14
15} // namespace utils