linux/arch/arm/mach-cns3xxx/devices.h
<<
>>
Prefs
   1/* SPDX-License-Identifier: GPL-2.0-only */
   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>
   9 */
  10
  11#ifndef __CNS3XXX_DEVICES_H_
  12#define __CNS3XXX_DEVICES_H_
  13
  14void __init cns3xxx_ahci_init(void);
  15void __init cns3xxx_sdhci_init(void);
  16
  17#endif /* __CNS3XXX_DEVICES_H_ */
  18