plan9fox/sys/include/rdbg.h
2011-03-30 19:35:09 +03:00

11 lines
95 B
C

/* Remote kernel debug protocol */
enum
{
Terr='0',
Rerr,
Tmget,
Rmget,
Tmput,
Rmput,
};