18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * CNS3xxx common devices 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Copyright 2008 Cavium Networks 68c2ecf20Sopenharmony_ci * Scott Shu 78c2ecf20Sopenharmony_ci * Copyright 2010 MontaVista Software, LLC. 88c2ecf20Sopenharmony_ci * Anton Vorontsov <avorontsov@mvista.com> 98c2ecf20Sopenharmony_ci */ 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci#ifndef __CNS3XXX_DEVICES_H_ 128c2ecf20Sopenharmony_ci#define __CNS3XXX_DEVICES_H_ 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_civoid __init cns3xxx_ahci_init(void); 158c2ecf20Sopenharmony_civoid __init cns3xxx_sdhci_init(void); 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci#endif /* __CNS3XXX_DEVICES_H_ */ 18