mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
12 lines
177 B
C
12 lines
177 B
C
|
/*
|
||
|
* Copyright 2015 Freescale Semiconductor, Inc.
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef __FSL_SATA_H_
|
||
|
#define __FSL_SATA_H_
|
||
|
|
||
|
int ls1021a_sata_init(void);
|
||
|
#endif
|