summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-19 15:24:49 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-19 15:24:49 +0100
commitd1b84ca8b9a1e7b36f80d51148bd16f37e407476 (patch)
tree3ca4cca3fad70b7a7157d01bcee28d3aad35ede5 /lib
parent04c70c4bdb0eadaf0ad9d699cf3c7a276645a787 (diff)
Add lib/30pin.h header.
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