shithub: plan9front

ref: 08a9a6952dfa9ace5b4ae6fa1614c97d4a945ece
dir: /sys/include/rdbg.h/

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