#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 exactly matches the target.
Determines if the binary file that is loaded from the file has one-to-one correspondence with the target.
2004/05/28 Initial version.
CONFIDENTIAL