Exosphere: Add extension to perform a reboot to rcm.

This commit is contained in:
Michael Scire
2018-11-30 04:57:17 -08:00
parent 25956c4fa1
commit 8d3b8354c3
2 changed files with 20 additions and 4 deletions

View File

@@ -40,7 +40,8 @@ typedef enum {
CONFIGITEM_PACKAGE2HASH_5X = 17,
/* These are unofficial, for usage by Exosphere. */
CONFIGITEM_EXOSPHERE_VERSION = 65000
CONFIGITEM_EXOSPHERE_VERSION = 65000,
CONFIGITEM_NEEDS_REBOOT_TO_RCM = 65001,
} ConfigItem;
uint32_t configitem_set(bool privileged, ConfigItem item, uint64_t value);