]> Git Repo - J-u-boot.git/blame - include/dwc_ahsata.h
rockchip: lion-rk3368: defconfig: resync w/ OF_LIVE and BOOTSTAGE enabled
[J-u-boot.git] / include / dwc_ahsata.h
CommitLineData
c893f1e6
SG
1/*
2 * Copyright 2017 Google, Inc
3 * Written by Simon Glass <[email protected]>
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
This page took 0.045729 seconds and 4 git commands to generate.