]> cloudbase.mooo.com Git - z180-stamp.git/blame - include/cmd_fat.h
Merge branch 'fatfs-integration' into fatcommands
[z180-stamp.git] / include / cmd_fat.h
CommitLineData
b6c04275 1/*
228b1c5f 2 * (C) Copyright 2014-2018 Leo C. <erbl259-lmu@yahoo.de>
b6c04275
L
3 *
4 * SPDX-License-Identifier: GPL-2.0
5 */
6
7#ifndef CMD_FAT_H
8#define CMD_FAT_H
9
228b1c5f
L
10#include "command.h"
11
12extern cmd_tbl_t cmd_tbl_fat[];
13
14command_ret_t do_fat(cmd_tbl_t *, uint_fast8_t, int, char * const []);
15
b6c04275
L
16void setup_fatfs(void);
17
18#endif /* CMD_FAT_H */