Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[platform/kernel/u-boot.git] / arch / arm / include / asm / mach-imx / sata.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2011 Freescale Semiconductor, Inc.
4  */
5
6 #ifndef __IMX_SATA_H_
7 #define __IMX_SATA_H_
8
9 /*
10  * SATA setup for i.mx6 quad based platform
11  */
12
13 int setup_sata(void);
14
15 #endif