aboutsummaryrefslogtreecommitdiff
path: root/source/nx/set_ext.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/nx/set_ext.h')
-rw-r--r--source/nx/set_ext.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/source/nx/set_ext.h b/source/nx/set_ext.h
deleted file mode 100644
index 9777cd6..0000000
--- a/source/nx/set_ext.h
+++ /dev/null
@@ -1,12 +0,0 @@
1#pragma once
2
3#include <switch/result.h>
4
5Result setcalInitialize(void);
6void setcalExit(void);
7
8/**
9 * @brief Gets the extended ETicket RSA-2048 Key from CAL0
10 * @param key Pointer to 0x244-byte output buffer.
11 */
12Result setcalGetEticketDeviceKey(void *key); \ No newline at end of file