Googler | 25e92cf | 2023-12-13 10:05:01 +0000 | [diff] [blame^] | 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 |