blob: 3acc5af6f2e2fd36da73dc85f764def86275eed1 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
tang yuantian9f51db22015-10-16 16:06:05 +08002/*
3 * Copyright 2015 Freescale Semiconductor, Inc.
tang yuantian9f51db22015-10-16 16:06:05 +08004 */
5
6#ifndef __FSL_SATA_H_
7#define __FSL_SATA_H_
8
9int ls1021a_sata_init(void);
10#endif