UEFIStarter
a simple UEFI framework
|
model for group of command line arguments More...
#include <cmdline.h>
Data Fields | |
CHAR16 * | name |
the group's name or short description, may be NULL | |
UINTN | count |
the number of entries in the group | |
cmdline_argument_t * | list |
the list of arguments in this group | |
model for group of command line arguments