blob: c4555ae0b61f3e9b5ef45029896459c8250c6dff [file] [log] [blame]
#include "util.hpp"
namespace phosphor::power::psu
{
const UtilBase& getUtils()
{
static Util util;
return util;
}
} // namespace phosphor::power::psu