shithub: riscv

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

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