blob: ab16530d0116d4b167d9fc6bef548a66ba1d7eed [file] [log] [blame]
Thomas Gleixner25d5bf42019-06-01 10:08:33 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Anton Vorontsov6279d0e2010-05-28 13:14:44 +04002/*
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 Vorontsov6279d0e2010-05-28 13:14:44 +04009 */
10
11#ifndef __CNS3XXX_DEVICES_H_
12#define __CNS3XXX_DEVICES_H_
13
Anton Vorontsov23f5cac2010-03-25 23:10:58 +030014void __init cns3xxx_ahci_init(void);
Anton Vorontsov6279d0e2010-05-28 13:14:44 +040015void __init cns3xxx_sdhci_init(void);
16
17#endif /* __CNS3XXX_DEVICES_H_ */