16 lines
353 B
C
16 lines
353 B
C
|
/*
|
||
|
* SD/MMC cards common
|
||
|
*
|
||
|
* Copyright (c) 2018 Philippe Mathieu-Daudé <f4bug@amsat.org>
|
||
|
*
|
||
|
* This work is licensed under the terms of the GNU GPL, version 2 or later.
|
||
|
* See the COPYING file in the top-level directory.
|
||
|
* SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
*/
|
||
|
#ifndef SD_INTERNAL_H
|
||
|
#define SD_INTERNAL_H
|
||
|
|
||
|
#define SDMMC_CMD_MAX 64
|
||
|
|
||
|
#endif
|