| 14 | #include <dfs.h> |
| 15 | |
| 16 | int flopyy_system_init(void) |
| 17 | { |
| 18 | extern int rt_floppy_init(void); |
| 19 | return rt_floppy_init(); |
| 20 | } |
| 21 | INIT_ENV_EXPORT(flopyy_system_init); |
| 22 | |
| 23 | #if defined(RT_USING_DFS_ROMFS) |
nothing calls this directly
no test coverage detected