notaz.gp2x.de
/
picodrive.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
forgotten credit..
[picodrive.git]
/
cpu
/
debug_net.h
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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