]> Git Repo - J-u-boot.git/blobdiff - drivers/scsi/sandbox_scsi.c
dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()
[J-u-boot.git] / drivers / scsi / sandbox_scsi.c
index d943d1f9daf1e9a8b13b852a075785b785c5a158..ac60ae01ca72e115666784f89a39293a3de1547d 100644 (file)
 #include <common.h>
 #include <scsi.h>
 
-void scsi_bus_reset(void)
+int scsi_bus_reset(struct udevice *dev)
 {
+       return 0;
 }
 
 void scsi_init(void)
 {
 }
 
-int scsi_exec(struct scsi_cmd *pccb)
+int scsi_exec(struct udevice *dev, struct scsi_cmd *pccb)
 {
        return 0;
 }
This page took 0.025552 seconds and 4 git commands to generate.