summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/arm64/arm64-30pin.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/arm64/arm64-30pin.c b/src/arm64/arm64-30pin.c
index ed6b4db..7f660d9 100644
--- a/src/arm64/arm64-30pin.c
+++ b/src/arm64/arm64-30pin.c
@@ -5,15 +5,6 @@
------------------------------------------- */
#include <lib/partition-map.h>
+#include <lib/30pin.h>
extern size_t mp_send_read_30pin(voidptr_t blob, size_t* size, size_t* start_lba);
-
-/// @note This version is for the 30-pin recovery system.
-
-struct TRB_PACKET
-{
- char mag[2];
- char kind;
- char buffer[498];
- char eop[11];
-}; \ No newline at end of file