diff options
Diffstat (limited to 'common/scsi.c')
-rw-r--r-- | common/scsi.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/scsi.c b/common/scsi.c index 4896fb9350f..6175e507648 100644 --- a/common/scsi.c +++ b/common/scsi.c @@ -48,6 +48,11 @@ static struct blk_desc scsi_dev_desc[CONFIG_SYS_SCSI_MAX_DEVICE]; #define SCSI_MAX_READ_BLK 0xFFFF #define SCSI_LBA48_READ 0xFFFFFFF +static void scsi_print_error(ccb *pccb) +{ + /* Dummy function that could print an error for debugging */ +} + #ifdef CONFIG_SYS_64BIT_LBA void scsi_setup_read16(ccb *pccb, lbaint_t start, unsigned long blocks) { |