Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Simon Glass | c893f1e | 2017-07-29 11:35:16 -0600 | [diff] [blame] | 2 | /* |
| 3 | * Copyright 2017 Google, Inc |
| 4 | * Written by Simon Glass <sjg@chromium.org> |
Simon Glass | c893f1e | 2017-07-29 11:35:16 -0600 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #ifndef __DWC_AHSATA_H__ |
| 8 | #define __DWC_AHSATA_H__ |
| 9 | |
| 10 | int dwc_ahsata_bus_reset(struct udevice *dev); |
| 11 | int dwc_ahsata_probe(struct udevice *dev); |
| 12 | int dwc_ahsata_scan(struct udevice *dev); |
| 13 | int dwc_ahsata_port_status(struct udevice *dev, int port); |
| 14 | |
| 15 | #endif |