#include <nitro/fs.h>
static inline void* FS_GetOverlayAddress(const FSOverlayInfo *p_ovi);
p_ovi | FSOverlayInfo structure that holds overlay module information. |
Returns the start memory address of the overlay module.
This function acquires the start address of the memory where an overlay module is located. The FS_LoadOverlayImage
function loads an image to this address.
FSOverlayInfo, FS_LoadOverlayInfo, FS_GetOverlayTotalSize, FS_GetOverlayImageSize, FS_LoadOverlayImage, FS_UnloadOverlayImage
2004/11/02 Deleted a link.
2004/06/11 Initial version.
CONFIDENTIAL