From c558a99e0be506a9abdf677f0ca4490644e05fc1 Mon Sep 17 00:00:00 2001 From: Taru Karttunen Date: Wed, 30 Mar 2011 16:47:56 +0300 Subject: Import sources from 2011-03-30 iso image - sys/include --- sys/include/rdbg.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 sys/include/rdbg.h (limited to 'sys/include/rdbg.h') diff --git a/sys/include/rdbg.h b/sys/include/rdbg.h new file mode 100755 index 000000000..a643e431e --- /dev/null +++ b/sys/include/rdbg.h @@ -0,0 +1,10 @@ +/* Remote kernel debug protocol */ +enum +{ + Terr='0', + Rerr, + Tmget, + Rmget, + Tmput, + Rmput, +}; -- cgit v1.2.3