shithub: plan9front

ref: 192c1fd73a54870f8736908886d7fe0905e5ec58
dir: /sys/include/rdbg.h/

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