rt-thread/bsp/gkipc/drivers/drv_flash.h
2018-03-04 08:21:19 +08:00

7 lines
71 B
C

#ifndef __FLASH__
#define __FLASH__
void rt_flash_init(void);
#endif