]> git.lizzy.rs Git - plan9front.git/blob - sys/include/rdbg.h
add libsat
[plan9front.git] / sys / include / rdbg.h
1 /* Remote kernel debug protocol */
2 enum
3 {
4         Terr='0',
5         Rerr,
6         Tmget,
7         Rmget,
8         Tmput,
9         Rmput,
10 };