blob: 2e7ff1a27ba9e48eb47cb2842e0c42105509edd6 [file] [log] [blame]
#pragma once
namespace openpower
{
namespace p9
{
/**
* @brief Starts the self boot engine on P9 position 0 to kick off a boot.
* @return void
*/
void startHost();
/**
* @brief Performs the 'VCS Workaround' on all P9s in the system.
* @return void
*/
void vcsWorkaround();
}
}