blob: cf9b73e68f23f0f81767bfd753aed5c890f7bc64 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Giuseppe Pagano23442e02013-11-28 12:32:48 +01002/*
3 * Copyright 2011 Freescale Semiconductor, Inc.
Giuseppe Pagano23442e02013-11-28 12:32:48 +01004 */
5
6#ifndef __IMX_SATA_H_
7#define __IMX_SATA_H_
8
9/*
10 * SATA setup for i.mx6 quad based platform
11 */
12
13int setup_sata(void);
14
15#endif