diff options
author | Anton Vorontsov <avorontsov@mvista.com> | 2010-05-28 05:14:44 -0400 |
---|---|---|
committer | Anton Vorontsov <avorontsov@mvista.com> | 2010-06-08 09:37:09 -0400 |
commit | 6279d0ea928911f7c747a65e880c36a91b066805 (patch) | |
tree | 801dbd4b9cb7006f6bb628f88cb2071522f090e7 /arch/arm/mach-cns3xxx/devices.h | |
parent | 5f32f7a028c9e8e032132b1818bde6cda5785a6b (diff) |
ARM: cns3xxx: Add support for SDHCI controllers
CNS3xxx chips have SDHCI-compatible SDIO/SD/MMC controller. This patch
adds the support using sdhci-cns3xxx driver.
Signed-off-by: Anton Vorontsov <avorontsov@mvista.com>
Diffstat (limited to 'arch/arm/mach-cns3xxx/devices.h')
-rw-r--r-- | arch/arm/mach-cns3xxx/devices.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/mach-cns3xxx/devices.h b/arch/arm/mach-cns3xxx/devices.h new file mode 100644 index 000000000000..0735a45a3aee --- /dev/null +++ b/arch/arm/mach-cns3xxx/devices.h | |||
@@ -0,0 +1,19 @@ | |||
1 | /* | ||
2 | * CNS3xxx common devices | ||
3 | * | ||
4 | * Copyright 2008 Cavium Networks | ||
5 | * Scott Shu | ||
6 | * Copyright 2010 MontaVista Software, LLC. | ||
7 | * Anton Vorontsov <avorontsov@mvista.com> | ||
8 | * | ||
9 | * This file is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License, Version 2, as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | ||
13 | |||
14 | #ifndef __CNS3XXX_DEVICES_H_ | ||
15 | #define __CNS3XXX_DEVICES_H_ | ||
16 | |||
17 | void __init cns3xxx_sdhci_init(void); | ||
18 | |||
19 | #endif /* __CNS3XXX_DEVICES_H_ */ | ||