#ifndef __COMMANDS_H #define __COMMANDS_H #include <dirs.h> #define CMD_CALL ("/secure/cmds/creator/_call") #define CMD_END (DIR_ADMIN_CMDS+"/_end") #define CMD_SETREBOOT (DIR_ADMIN_CMDS+"/_setreboot") #define CMD_SUICIDE (DIR_MORTAL_CMDS+"/_suicide") #define CD "/cmds/dev/_cd" #define SU "/cmds/user/_su" #endif /* __COMMANDS_H */