kernel_samsung_a34x-permissive/arch/mips/include/asm/mach-jz4740/jz4740_mmc.h
2024-04-28 15:51:13 +02:00

15 lines
288 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __LINUX_MMC_JZ4740_MMC
#define __LINUX_MMC_JZ4740_MMC
struct jz4740_mmc_platform_data {
int gpio_power;
unsigned card_detect_active_low:1;
unsigned read_only_active_low:1;
unsigned power_active_low:1;
unsigned data_1bit:1;
};
#endif