12 lines
261 B
C
12 lines
261 B
C
|
#pragma once
|
||
|
|
||
|
#include <switch.h>
|
||
|
|
||
|
Result setcalInitialize(void);
|
||
|
void setcalExit(void);
|
||
|
|
||
|
/**
|
||
|
* @brief Gets the extended ETicket RSA-2048 Key from CAL0
|
||
|
* @param key Pointer to 0x244-byte output buffer.
|
||
|
*/
|
||
|
Result setcalGetEticketDeviceKey(u8 *key);
|