sandbox: Add dummy SCSI functions
authorSimon Glass <sjg@chromium.org>
Sun, 1 May 2016 17:35:55 +0000 (11:35 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 17 May 2016 15:54:43 +0000 (09:54 -0600)
commit84d39cbd30a49390457232b44031e95abfa46e77
tree8ab433dfc78ad311f0c5e81d02ea7ab5ea589fb1
parente54094f2f9e812ae7b0d2ab2353ca11c0502849a
sandbox: Add dummy SCSI functions

Add some functions needed by the SCSI code. This allows it to be compiled
for sandbox, thus increasing build coverage.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/block/Makefile
drivers/block/sandbox_scsi.c [new file with mode: 0644]