1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 /* 3 * Copyright 2015 Freescale Semiconductor, Inc. 4 */ 5 6 #ifndef __FSL_SATA_H_ 7 #define __FSL_SATA_H_ 8 9 int ls1021a_sata_init(void); 10 #endif 11
1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 /* 3 * Copyright 2015 Freescale Semiconductor, Inc. 4 */ 5 6 #ifndef __FSL_SATA_H_ 7 #define __FSL_SATA_H_ 8 9 int ls1021a_sata_init(void); 10 #endif 11