1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * CNS3xxx common devices
5 * Copyright 2008 Cavium Networks
7 * Copyright 2010 MontaVista Software, LLC.
8 * Anton Vorontsov <avorontsov@mvista.com>
11 #ifndef __CNS3XXX_DEVICES_H_
12 #define __CNS3XXX_DEVICES_H_
14 void __init
cns3xxx_ahci_init(void);
15 void __init
cns3xxx_sdhci_init(void);
17 #endif /* __CNS3XXX_DEVICES_H_ */