nt9856x/BSP/u-boot/board/novatek/common/include/nvt_nand_utils.h
2023-03-28 15:07:53 +08:00

9 lines
211 B
C

#ifndef __NVT_NAND_UTILS_H__
#define __NVT_NAND_UTILS_H__
#define NDUMP_MAX_READ (1024*1024*100) // 100M
int nvt_run_cmd(const char *cmd, int flag, const char *description);
#endif /* __NVT_NAND_UTILS_H__ */