]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/dwc_ahsata.h
configs: ls1046a: Move SPI_FLASH_SPANSION to defconfig
[thirdparty/u-boot.git] / include / dwc_ahsata.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
c893f1e6
SG
2/*
3 * Copyright 2017 Google, Inc
4 * Written by Simon Glass <sjg@chromium.org>
c893f1e6
SG
5 */
6
7#ifndef __DWC_AHSATA_H__
8#define __DWC_AHSATA_H__
9
10int dwc_ahsata_bus_reset(struct udevice *dev);
11int dwc_ahsata_probe(struct udevice *dev);
12int dwc_ahsata_scan(struct udevice *dev);
13int dwc_ahsata_port_status(struct udevice *dev, int port);
14
15#endif