Blame view

kernel/linux-rt-4.4.41/arch/mips/include/asm/mach-jz4740/jz4740_mmc.h 293 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  #ifndef __LINUX_MMC_JZ4740_MMC
  #define __LINUX_MMC_JZ4740_MMC
  
  struct jz4740_mmc_platform_data {
  	int gpio_power;
  	int gpio_card_detect;
  	int gpio_read_only;
  	unsigned card_detect_active_low:1;
  	unsigned read_only_active_low:1;
  	unsigned power_active_low:1;
  
  	unsigned data_1bit:1;
  };
  
  #endif