blob: 2aa93427f64ecaa63c3ad4b792d4355c921eea21 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Simon Glassc893f1e2017-07-29 11:35:16 -06002/*
3 * Copyright 2017 Google, Inc
4 * Written by Simon Glass <sjg@chromium.org>
Simon Glassc893f1e2017-07-29 11:35:16 -06005 */
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