shithub: plan9front

ref: 4088f72903121c5b39cd5ce9445b2fdb2783c4c1
dir: /sys/include/rdbg.h/

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