debug_net.h 151 B

123456789
  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;