Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ata-samsung_cf.h
Go to the documentation of this file.
1 /* linux/arch/arm/plat-samsung/include/plat/ata.h
2  *
3  * Copyright (c) 2010 Samsung Electronics Co., Ltd.
4  * http://www.samsung.com
5  *
6  * Samsung CF-ATA platform_device info
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License version 2 as
10  * published by the Free Software Foundation.
11 */
12 
13 #ifndef __ASM_PLAT_ATA_H
14 #define __ASM_PLAT_ATA_H __FILE__
15 
23 };
24 
25 /*
26  * s3c_ide_set_platdata() - Setup the platform specifc data for IDE driver.
27  * @pdata: Platform data for IDE driver.
28  */
29 extern void s3c_ide_set_platdata(struct s3c_ide_platdata *pdata);
30 
31 /* architecture-specific IDE configuration */
32 extern void s3c64xx_ide_setup_gpio(void);
33 extern void s5pc100_ide_setup_gpio(void);
34 extern void s5pv210_ide_setup_gpio(void);
35 
36 #endif /*__ASM_PLAT_ATA_H */