blob: 34ddf984a9a2ee3a352e18cac0ec933b599f08de [file] [log] [blame]
#include "async_resp.hpp"
#include <memory>
#include <string>
namespace redfish
{
void childProcessRun(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp,
const std::vector<std::string>& resetCmd);
} // namespace redfish