shithub: riscv

ref: 0b3ad2b562a91608a433e49baa4633dcb7aa32e9
dir: /sys/include/rdbg.h/

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