#ifndef CMD_CMD_H_ #define CMD_CMD_H_ enum command_id { CMD_ROOT, CMD_VALIDATE, CMD_INTERNAL, }; #endif