boot: split out gpio, pinmux.

This commit is contained in:
Michael Scire 2019-06-22 11:34:18 -07:00
parent 6d1d226842
commit 804e5d49bb
29 changed files with 52 additions and 51 deletions

View file

@ -27,13 +27,9 @@ namespace sts::spl {
Iowa = 3,
};
}
namespace sts::boot {
/* SPL Utilities. */
spl::HardwareType GetHardwareType();
HardwareType GetHardwareType();
bool IsRecoveryBoot();
bool IsMariko();
}
}