summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/30pin.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/30pin.h b/lib/30pin.h
new file mode 100644
index 0000000..6782cfb
--- /dev/null
+++ b/lib/30pin.h
@@ -0,0 +1,17 @@
+/* -------------------------------------------
+
+ Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+
+------------------------------------------- */
+
+#pragma once
+
+/// @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