shithub: plan9front

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

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