coreboot mitigation: Reinstate SD controller power

This commit is contained in:
CTCaer
2021-01-04 19:03:50 +02:00
parent 46921aca22
commit 1f37b96359
2 changed files with 7 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
#include <utils/types.h>
void hw_init();
void hw_reinit_workaround(bool extra_reconfig, u32 magic);
void hw_reinit_workaround(bool coreboot, u32 magic);
u32 hw_get_chip_id();
#endif