devices.h 390 B

1234567891011121314151617
  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 <[email protected]>
  9. */
  10. #ifndef __CNS3XXX_DEVICES_H_
  11. #define __CNS3XXX_DEVICES_H_
  12. void __init cns3xxx_ahci_init(void);
  13. void __init cns3xxx_sdhci_init(void);
  14. #endif /* __CNS3XXX_DEVICES_H_ */