summaryrefslogtreecommitdiffhomepage
path: root/src/arm64
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm64')
-rw-r--r--src/arm64/arm64-30pin.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/arm64/arm64-30pin.c b/src/arm64/arm64-30pin.c
index aca7628..ed6b4db 100644
--- a/src/arm64/arm64-30pin.c
+++ b/src/arm64/arm64-30pin.c
@@ -10,4 +10,10 @@ 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; \ No newline at end of file
+struct TRB_PACKET
+{
+ char mag[2];
+ char kind;
+ char buffer[498];
+ char eop[11];
+}; \ No newline at end of file