X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/8a2b0da07c62b1ab1d9d2240268fbf71f59421dd..51dd0948df5ed53b11cab4e909e19ee7cee363c5:/include/cmd_fat.h diff --git a/include/cmd_fat.h b/include/cmd_fat.h index 66be559..222b14c 100644 --- a/include/cmd_fat.h +++ b/include/cmd_fat.h @@ -1,5 +1,5 @@ /* - * (C) Copyright 2014 Leo C. + * (C) Copyright 2014-2018 Leo C. * * SPDX-License-Identifier: GPL-2.0 */ @@ -7,6 +7,14 @@ #ifndef CMD_FAT_H #define CMD_FAT_H +#include "command.h" +#include "ff.h" + +extern cmd_tbl_t cmd_tbl_fat[]; + +const FLASH char * fat_rctostr(FRESULT rc); +command_ret_t do_fat(cmd_tbl_t *, uint_fast8_t, int, char * const []); + void setup_fatfs(void); #endif /* CMD_FAT_H */