Implement LP0-Entry BPMP Firmware

This commit is contained in:
Michael Scire
2018-02-23 04:13:18 -08:00
parent f7598cb433
commit 5370c7b150
12 changed files with 510 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#ifndef EXOSPHERE_BPMPFW_LP0_H
#define EXOSPHERE_BPMPFW_LP0_H
void lp0_entry_main(void);
void reboot(void);
#endif