-#include "command.h"
-#include "console.h"
+#include <vsprintf.h>
+#include <gpxe/command.h>
void test2_req(){}
struct command test2_command __command = {
.name = "test2",
- .usage = "A test command\nIt does nothing at all\n\nExample:\n\ttest2",
- .desc = "Does nothing",
.exec = cmd_test2_exec,
};