diff options
author | Jonas Bonn <jonas.bonn@gmail.com> | 2008-11-19 17:11:03 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-11-19 17:11:03 +0000 |
commit | d0c8d0171cd643228939d0d1466f226b20ae3eb8 (patch) | |
tree | 5a94d5c50d8268fba09da04bd93c512242a5127d /arch/arm/mach-s3c2410/include | |
parent | 15038fb570748ce2fb9ce31200b1f075774a7f4d (diff) |
Move asm/arch/mci.h to mach/mci.h
Signed-off-by: Jonas Bonn <jonas.bonn@gmail.com>
Diffstat (limited to 'arch/arm/mach-s3c2410/include')
-rw-r--r-- | arch/arm/mach-s3c2410/include/mach/mci.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/include/mach/mci.h b/arch/arm/mach-s3c2410/include/mach/mci.h new file mode 100644 index 00000000000..24e6cd1dd0c --- /dev/null +++ b/arch/arm/mach-s3c2410/include/mach/mci.h @@ -0,0 +1,13 @@ +#ifndef _ARCH_MCI_H +#define _ARCH_MCI_H + +struct s3c24xx_mci_pdata { + unsigned int gpio_detect; + unsigned int gpio_wprotect; + unsigned long ocr_avail; + unsigned int do_dma; + void (*set_power)(unsigned char power_mode, + unsigned short vdd); +}; + +#endif /* _ARCH_NCI_H */ |