]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/asm-arm/plat-s3c24xx/mci.h
[ARM] S3C: Move plat/regs-spi.h to arch/arm/plat-s3c/include/plat.
[mirror_ubuntu-bionic-kernel.git] / include / asm-arm / plat-s3c24xx / mci.h
CommitLineData
edb5a98e
BD
1#ifndef _ARCH_MCI_H
2#define _ARCH_MCI_H
3
4struct s3c24xx_mci_pdata {
cf0984c8 5 unsigned int wprotect_invert : 1;
50a84570 6 unsigned int detect_invert : 1; /* set => detect active high. */
cf0984c8 7
edb5a98e
BD
8 unsigned int gpio_detect;
9 unsigned int gpio_wprotect;
10 unsigned long ocr_avail;
11 void (*set_power)(unsigned char power_mode,
12 unsigned short vdd);
13};
14
15#endif /* _ARCH_NCI_H */