blob: 2e7ff1a27ba9e48eb47cb2842e0c42105509edd6 [file] [log] [blame]
Matt Spinlerf716f322017-02-28 09:37:38 -06001#pragma once
2
3namespace openpower
4{
5namespace p9
6{
7
8/**
9 * @brief Starts the self boot engine on P9 position 0 to kick off a boot.
10 * @return void
11 */
12void startHost();
13
14
15/**
16 * @brief Performs the 'VCS Workaround' on all P9s in the system.
17 * @return void
18 */
19void vcsWorkaround();
20
21}
22}