gl_api.h 195 B

12345678910
  1. #ifndef __GL_API_H__
  2. #define __GL_API_H__
  3. #include "gl_types.h"
  4. GL_Status_t GL_GetFileSize64(int fd, UINT64* pFileSize);
  5. UINT32 GL_CRC32(UINT8 *pBuffer, UINT32 dSize);
  6. #endif // __GL_API_H__