mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-04 00:28:51 -04:00
smcGenerateAesKek + Key sealing.
This commit is contained in:
parent
07f9e9500e
commit
4030c6eb20
7 changed files with 201 additions and 6 deletions
|
@ -23,4 +23,6 @@ enum ConfigItem {
|
|||
uint32_t configitem_set(enum ConfigItem item, uint64_t value);
|
||||
uint32_t configitem_get(enum ConfigItem item, uint64_t *p_outvalue);
|
||||
|
||||
uint64_t configitem_is_recovery_boot(void);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue