fusee-cpp: sketch out remainder of secure initialize

This commit is contained in:
Michael Scire 2021-08-21 16:32:05 -07:00
commit d046225a65
8 changed files with 92 additions and 5 deletions

View file

@ -18,6 +18,6 @@
namespace ams::nxboot {
void SecureInitialize();
void SecureInitialize(bool enable_log);
}