shithub: plan9front

ref: c10e21b491937315a096e3e83840886fd7ba9ae8
dir: /sys/include/rdbg.h/

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