| #pragma once | |
| #include <libipl.H> | |
| namespace openpower | |
| { | |
| namespace phal | |
| { | |
| /** | |
| * @brief This function will initialize required phal | |
| * libraries. | |
| * Throws an exception on error. | |
| * | |
| * @param[in] mode - IPL mode, default IPL_AUTOBOOT | |
| * | |
| */ | |
| void phal_init(enum ipl_mode mode = IPL_AUTOBOOT); | |
| } // namespace phal | |
| } // namespace openpower |