1 /* 2 * SD/MMC cards common 3 * 4 * Copyright (c) 2018 Philippe Mathieu-Daudé <f4bug@amsat.org> 5 * 6 * This work is licensed under the terms of the GNU GPL, version 2 or later. 7 * See the COPYING file in the top-level directory. 8 * SPDX-License-Identifier: GPL-2.0-or-later 9 */ 10 #ifndef SD_INTERNAL_H 11 #define SD_INTERNAL_H 12 13 #define SDMMC_CMD_MAX 64 14 15 #endif 16