4 #include <gpxe/tables.h>
7 const char *name; // The name of the command
8 const char *usage; // Description of how to use the command
9 const char *desc; // Short description of the command
10 int ( *exec ) ( int argc, char **argv); // The command function to call
13 #define __command __table ( commands, 01 )