sec_fsutil_inter.h 296 B

123456789
  1. #ifndef FSUTILS_INTER_H
  2. #define FSUTILS_INTER_H
  3. /******************************************************************************
  4. * EXPORT FUNCTION
  5. ******************************************************************************/
  6. unsigned int sec_fs_read_secroimg(char *path, char *buf);
  7. #endif