UEFIStarter
a simple UEFI framework
|
Data structure for file contents. More...
#include <files.h>
Data Fields | |
UINTN | memory_pages |
the number of memory pages required to hold the current instance | |
UINT64 | data_length |
the file's content length | |
char | data [] |
the file's content data | |
Data structure for file contents.
This gets allocated dynamically, make sure you free the memory pages when you're done with it.