[exo] Add exosphere panic report save to sd

This commit is contained in:
ctcaer@gmail.com
2019-04-14 04:24:37 +03:00
parent ca0c0f786c
commit 07fe94b6d4
4 changed files with 117 additions and 3 deletions

View File

@@ -20,5 +20,6 @@
#include "../utils/types.h"
void config_exosphere(const char *id, u32 kb, void *warmboot, bool stock);
void secmon_exo_check_panic();
#endif