UEFIStarter
a simple UEFI framework
Data Fields
file_contents_t Struct Reference

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
 

Detailed Description

Data structure for file contents.

This gets allocated dynamically, make sure you free the memory pages when you're done with it.


The documentation for this struct was generated from the following file: