| Anton Vorontsov | 6279d0e | 2010-05-28 13:14:44 +0400 | [diff] [blame] | 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 |  | 
| Anton Vorontsov | 23f5cac | 2010-03-25 23:10:58 +0300 | [diff] [blame] | 17 | void __init cns3xxx_ahci_init(void); | 
| Anton Vorontsov | 6279d0e | 2010-05-28 13:14:44 +0400 | [diff] [blame] | 18 | void __init cns3xxx_sdhci_init(void); | 
 | 19 |  | 
 | 20 | #endif /* __CNS3XXX_DEVICES_H_ */ |