menu: add reset hotkey
[picodrive.git] / cpu / debug_net.h
... / ...
CommitLineData
1typedef struct {
2 struct {
3 unsigned char type;
4 unsigned char cpuid;
5 unsigned short len;
6 } header;
7 unsigned int regs[32];
8} packet_t;
9