X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fum%2Fkernel%2Ftt%2Finclude%2Fmode.h;h=1a64e753ea966954ad83d009fb4030187e3ecbd5;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=83d94abb904369d30d1bd15f264fbda18eb7b016;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/arch/um/kernel/tt/include/mode.h b/arch/um/kernel/tt/include/mode.h index 83d94abb9..1a64e753e 100644 --- a/arch/um/kernel/tt/include/mode.h +++ b/arch/um/kernel/tt/include/mode.h @@ -8,6 +8,8 @@ #include "sysdep/ptrace.h" +enum { OP_NONE, OP_EXEC, OP_FORK, OP_TRACE_ON, OP_REBOOT, OP_HALT, OP_CB }; + extern int tracing_pid; extern int tracer(int (*init_proc)(void *), void *sp);