diff options
author | Rafal Prylowski <prylowski@metasoft.pl> | 2012-04-12 14:14:12 +0200 |
---|---|---|
committer | Ryan Mallon <rmallon@gmail.com> | 2012-06-04 14:40:46 +1000 |
commit | eb774a09017e39a3255e144465d150877b6e6e2f (patch) | |
tree | 9bc54b0b87cf2fd861c186b8a10b70270848d23d /arch/arm/mach-ep93xx/include | |
parent | f8f5701bdaf9134b1f90e5044a82c66324d2073f (diff) | |
download | blackbird-obmc-linux-eb774a09017e39a3255e144465d150877b6e6e2f.tar.gz blackbird-obmc-linux-eb774a09017e39a3255e144465d150877b6e6e2f.zip |
ep93xx: IDE driver platform support code
Add IDE driver platform support code for ep93xx.
Signed-off-by: Rafal Prylowski <prylowski@metasoft.pl>
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Ryan Mallon <rmallon@gmail.com>
Diffstat (limited to 'arch/arm/mach-ep93xx/include')
-rw-r--r-- | arch/arm/mach-ep93xx/include/mach/platform.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/include/mach/platform.h b/arch/arm/mach-ep93xx/include/mach/platform.h index 1ecb040d98bf..33a5122c6dc8 100644 --- a/arch/arm/mach-ep93xx/include/mach/platform.h +++ b/arch/arm/mach-ep93xx/include/mach/platform.h @@ -48,6 +48,9 @@ void ep93xx_register_i2s(void); int ep93xx_i2s_acquire(void); void ep93xx_i2s_release(void); void ep93xx_register_ac97(void); +void ep93xx_register_ide(void); +int ep93xx_ide_acquire_gpio(struct platform_device *pdev); +void ep93xx_ide_release_gpio(struct platform_device *pdev); void ep93xx_init_devices(void); extern struct sys_timer ep93xx_timer; |