2 #include <gpxe/command.h>
3 #include <usr/autoboot.h>
5 static int autoboot_exec ( int argc
, char **argv
) {
11 "Attempts to boot the system\n",
18 /* Can never return success by definition */
22 struct command autoboot_command __command
= {
24 .exec
= autoboot_exec
,