shithub: riscv

ref: 2833aecc681aec9928c525fc2d8d023dbfe225bc
dir: /sys/include/rdbg.h/

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