u-boot-brain/drivers/scsi
Simon Glass b9560ad649 dm: scsi: Drop the ccb typedef
We should not be using typedefs in U-Boot and 'ccb' is a pretty short
name. It is also used with variables. Drop the typedef and use 'struct'
instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2017-07-11 10:08:19 -06:00
..
Kconfig scsi: Move drivers into new drivers/scsi directory 2017-07-11 10:08:19 -06:00
Makefile scsi: Move drivers into new drivers/scsi directory 2017-07-11 10:08:19 -06:00
sandbox_scsi.c dm: scsi: Drop the ccb typedef 2017-07-11 10:08:19 -06:00
scsi-uclass.c scsi: Move drivers into new drivers/scsi directory 2017-07-11 10:08:19 -06:00
scsi.c dm: scsi: Drop the ccb typedef 2017-07-11 10:08:19 -06:00