Implement half of bootup_misc_mmio()

This commit is contained in:
Michael Scire
2018-03-02 12:16:30 -08:00
parent b3dbfd8ee0
commit e7e62ef90b
9 changed files with 151 additions and 4 deletions

View File

@@ -27,4 +27,6 @@ bool configitem_is_recovery_boot(void);
bool configitem_is_retail(void);
bool configitem_should_profile_battery(void);
uint64_t configitem_get_hardware_type(void);
#endif