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