]> cloudbase.mooo.com Git - z180-stamp.git/blob - include/cmd_fat.h
commandtable, flags: int --> uint8_t/uint_fast8_t. Macro UNUSED for Parameters/Variables
[z180-stamp.git] / include / cmd_fat.h
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
10 void setup_fatfs(void);
11
12 #endif /* CMD_FAT_H */