/* * (C) Copyright 2014-2018 Leo C. * * SPDX-License-Identifier: GPL-2.0 */ #ifndef CMD_FAT_H #define CMD_FAT_H #include "command.h" extern cmd_tbl_t cmd_tbl_fat[]; command_ret_t do_fat(cmd_tbl_t *, uint_fast8_t, int, char * const []); void setup_fatfs(void); #endif /* CMD_FAT_H */