shithub: plan9front

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

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