shithub: plan9front

ref: 2aff96f17c4127617a48f75032c13e19cd3eb4a9
dir: /sys/include/rdbg.h/

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