summaryrefslogtreecommitdiffhomepage
path: root/lib/30pin.h
blob: 6782cfbb9ede42048bbea21fb3dfc30fad26cd84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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];
};