summaryrefslogtreecommitdiffstats
path: root/utils/scsi/rbscsi.c
AgeCommit message (Collapse)AuthorFilesLines
2017-01-07imxtools: various fixes for WindowsAmaury Pouly1-1/+21
Don't use colors since the terminal doesn't support it. Also packing is broken on MinGW so use #pragma pack when compiling for windows, this is also supported by MSCV. Change-Id: I635649d52ed5f2e0af46cb9ca2ec325955b2ddb2
2017-01-07Add multiplatform library for raw SCSI commandsAmaury Pouly1-0/+313
Several tools need to perform raw SCSI commands, and we need to support Linux, Windows and Mac OS, without pulling tons of dependencies to build it easily. This very simple library has no dependency and supports Linux. TODO: - windows - mac os Change-Id: I496f5ad2490bd3e96ad962d31cce4e511a523c3a