

#include <twl/na.h>
BOOL NA_LoadSubBanner( NASubBanner *banner );
| banner | Pointer to the buffer with the sub-banner to load. |
Returns TRUE if processing completed successfully.
The following are possible reasons for the function to fail.
NA_SaveSubBanner.
crc16_anime member of the obtained sub-banner banner is illegal.
Gets sub-banner data. You can only obtain a sub-banner that has already been created by NA_SaveSubBanner.
This function is exclusive to NAND applications. It cannot be used by card applications.
2008/09/16 Initial version.
CONFIDENTIAL