11 lines
95 B
C
11 lines
95 B
C
|
/* Remote kernel debug protocol */
|
||
|
enum
|
||
|
{
|
||
|
Terr='0',
|
||
|
Rerr,
|
||
|
Tmget,
|
||
|
Rmget,
|
||
|
Tmput,
|
||
|
Rmput,
|
||
|
};
|