shithub: riscv

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

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