]> cloudbase.mooo.com Git - z180-stamp.git/blame - include/cmd_fat.h
fat commands are now subcommands of a single fat command. Added 'fat cd' and 'fat...
[z180-stamp.git] / include / cmd_fat.h
CommitLineData
8a2b0da0
L
1/*
2 * (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
3 *
4 * SPDX-License-Identifier: GPL-2.0
5 */
6
7#ifndef CMD_FAT_H
8#define CMD_FAT_H
9
10void setup_fatfs(void);
11
12#endif /* CMD_FAT_H */