recognize the MED ssf2 header
[picodrive.git] / cpu / debug_net.h
1 typedef 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