7 lines
94 B
C
7 lines
94 B
C
#ifndef __FATFS_ADAPTER_H_
|
|
#define __FATFS_ADAPTER_H_
|
|
|
|
int bk_fatfs_init(void);
|
|
|
|
#endif
|