blob: 69ae2c9926945000ffdbff0c38a704eaa4e2044d [file] [log] [blame]
#pragma once
#include <xyz/openbmc_project/State/BMC/Redundancy/common.hpp>
namespace role_determination
{
/**
* @brief Determines if this BMC should claim the Active or Passive role.
*
* @return The role
*/
sdbusplus::common::xyz::openbmc_project::state::bmc::Redundancy::Role run();
} // namespace role_determination