X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/8a2b0da07c62b1ab1d9d2240268fbf71f59421dd..81a43faf77dc6b8aaa9f3b9cddb89dc1e9192ebd:/include/cmd_fat.h diff --git a/include/cmd_fat.h b/include/cmd_fat.h index 66be559..ed96a52 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,12 @@ #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 */