shithub: plan9front

ref: 3889b249d4b18acc2ec85e0a88e0f1c306b4dd29
dir: /sys/include/rdbg.h/

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