Thomas Gleixner | 25d5bf4 | 2019-06-01 10:08:33 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Anton Vorontsov | 6279d0e | 2010-05-28 13:14:44 +0400 | [diff] [blame] | 2 | /* |
| 3 | * CNS3xxx common devices |
| 4 | * |
| 5 | * Copyright 2008 Cavium Networks |
| 6 | * Scott Shu |
| 7 | * Copyright 2010 MontaVista Software, LLC. |
| 8 | * Anton Vorontsov <avorontsov@mvista.com> |
Anton Vorontsov | 6279d0e | 2010-05-28 13:14:44 +0400 | [diff] [blame] | 9 | */ |
| 10 | |
| 11 | #ifndef __CNS3XXX_DEVICES_H_ |
| 12 | #define __CNS3XXX_DEVICES_H_ |
| 13 | |
Anton Vorontsov | 23f5cac | 2010-03-25 23:10:58 +0300 | [diff] [blame] | 14 | void __init cns3xxx_ahci_init(void); |
Anton Vorontsov | 6279d0e | 2010-05-28 13:14:44 +0400 | [diff] [blame] | 15 | void __init cns3xxx_sdhci_init(void); |
| 16 | |
| 17 | #endif /* __CNS3XXX_DEVICES_H_ */ |