2 * Copyright (C) 2015 Google, Inc
3 * Written by Simon Glass <sjg@chromium.org>
5 * SPDX-License-Identifier: GPL-2.0+
7 * This file contains dummy implementations of SCSI functions requried so
8 * that CONFIG_SCSI can be enabled for sandbox.
14 void scsi_bus_reset(void)
22 int scsi_exec(ccb *pccb)