1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2015 Google, Inc
4 * Written by Simon Glass <sjg@chromium.org>
6 * This file contains dummy implementations of SCSI functions requried so
7 * that CONFIG_SCSI can be enabled for sandbox.
13 int scsi_bus_reset(struct udevice *dev)
22 int scsi_exec(struct udevice *dev, struct scsi_cmd *pccb)