plan9fox/sys/include/rdbg.h

10 lines
95 B
C
Executable file

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