forked from Minki/linux
25d5bf4764
Based on 1 normalized pattern(s): this file is free software you can redistribute it and or modify it under the terms of the gnu general public license version 2 as published by the free software foundation extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 9 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Allison Randal <allison@lohutok.net> Reviewed-by: Armijn Hemel <armijn@tjaldur.nl> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190531190113.419778592@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
18 lines
390 B
C
18 lines
390 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* CNS3xxx common devices
|
|
*
|
|
* Copyright 2008 Cavium Networks
|
|
* Scott Shu
|
|
* Copyright 2010 MontaVista Software, LLC.
|
|
* Anton Vorontsov <avorontsov@mvista.com>
|
|
*/
|
|
|
|
#ifndef __CNS3XXX_DEVICES_H_
|
|
#define __CNS3XXX_DEVICES_H_
|
|
|
|
void __init cns3xxx_ahci_init(void);
|
|
void __init cns3xxx_sdhci_init(void);
|
|
|
|
#endif /* __CNS3XXX_DEVICES_H_ */
|