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