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