libnds
|
DLDI I/O driver interface. More...
#include <dldi.h>
Data Fields | |
u8 | allocatedSize |
Log-2 of the available maximum driver size, in bytes. | |
void * | bssEnd |
End of the DLDI driver's BSS section. | |
void * | bssStart |
Start of the DLDI driver's BSS section. | |
void * | dldiEnd |
End of the DLDI driver's text/data section. | |
void * | dldiStart |
Start of the DLDI driver's text/data section. | |
u8 | driverSize |
Log-2 of the driver's size, in bytes. | |
u8 | fixSectionsFlags |
Flags which determine the sections that may have addresses to be fixed. | |
char | friendlyName [48] |
User-friendly driver name. | |
void * | gotEnd |
End of the DLDI driver's Global Offset Table section. | |
void * | gotStart |
Start of the DLDI driver's Global Offset Table section. | |
void * | interworkEnd |
End of the DLDI driver's ARM interwork section. | |
void * | interworkStart |
Start of the DLDI driver's ARM interwork section. | |
DISC_INTERFACE | ioInterface |
File system interface flags and functions. | |
u32 | magicNumber |
Magic number, equal to 0xBF8DA5ED. | |
char | magicString [8] |
Magic string, equal to " Chishm\0". | |
u8 | versionNumber |
Version number. | |
DLDI I/O driver interface.
u8 DLDI_INTERFACE::fixSectionsFlags |
Flags which determine the sections that may have addresses to be fixed.
u32 DLDI_INTERFACE::magicNumber |
Magic number, equal to 0xBF8DA5ED.
char DLDI_INTERFACE::magicString[8] |
Magic string, equal to " Chishm\0".