shithub: riscv

ref: 9405f4c95f229a173c6f430c12d96ac2c19e8626
dir: /sys/include/rdbg.h/

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