blob: cae275fe75a1f28a7aa4db092b3ad74406e296d8 [file] [log] [blame]
Simon Glassc893f1e2017-07-29 11:35:16 -06001/*
2 * Copyright 2017 Google, Inc
3 * Written by Simon Glass <sjg@chromium.org>
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8#ifndef __DWC_AHSATA_H__
9#define __DWC_AHSATA_H__
10
11int dwc_ahsata_bus_reset(struct udevice *dev);
12int dwc_ahsata_probe(struct udevice *dev);
13int dwc_ahsata_scan(struct udevice *dev);
14int dwc_ahsata_port_status(struct udevice *dev, int port);
15
16#endif