xref: /plan9/sys/include/rdbg.h (revision 7dd7cddf99dd7472612f1413b4da293630e6b1bc)
1 /* Remote kernel debug protocol */
2 enum
3 {
4 	Terr='0',
5 	Rerr,
6 	Tmget,
7 	Rmget,
8 	Tmput,
9 	Rmput,
10 };
11