]> cloudbase.mooo.com Git - z180-stamp.git/blame - include/cmd_fat.h
new command: time
[z180-stamp.git] / include / cmd_fat.h
CommitLineData
8a2b0da0 1/*
7eecbdac 2 * (C) Copyright 2014-2018 Leo C. <erbl259-lmu@yahoo.de>
8a2b0da0
L
3 *
4 * SPDX-License-Identifier: GPL-2.0
5 */
6
7#ifndef CMD_FAT_H
8#define CMD_FAT_H
9
7eecbdac 10#include "command.h"
414caa77 11#include "ff.h"
7eecbdac
L
12
13extern cmd_tbl_t cmd_tbl_fat[];
14
414caa77 15const FLASH char * fat_rctostr(FRESULT rc);
7eecbdac
L
16command_ret_t do_fat(cmd_tbl_t *, uint_fast8_t, int, char * const []);
17
8a2b0da0
L
18void setup_fatfs(void);
19
20#endif /* CMD_FAT_H */