shithub: plan9front

ref: 30b7ca54c38e7229c32ec80df2c56bae9a5e5263
dir: /sys/include/rdbg.h/

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