summaryrefslogtreecommitdiff
path: root/sys/include/rdbg.h
blob: a643e431e2571751433f040760586d16896d8556 (plain)
1
2
3
4
5
6
7
8
9
10
/* Remote kernel debug protocol */
enum
{
	Terr='0',
	Rerr,
	Tmget,
	Rmget,
	Tmput,
	Rmput,
};