1 /* Remote kernel debug protocol */ 2 enum 3 { 4 Terr='0', 5 Rerr, 6 Tmget, 7 Rmget, 8 Tmput, 9 Rmput, 10 }; 11