#include <nnsys/g2d/g2d_load.h>
static inline BOOL NNS_G2dIsBinFileValid(
const NNSG2dBinaryFileHeader* pBinFile,
u32 binFileSig,
u16 version
);
| pBinFile | [IN] Binary file |
| binFileSig | [IN] Binary file identifier |
| version | [IN] Version |
TRUE if the file corresponds to the objective.
Determines if the binary file that is loaded from the file corresponds to the objective.
05/28/2004 Initial version.
CONFIDENTIAL