mirror of
https://xff.cz/git/u-boot/
synced 2025-10-14 06:21:47 +02:00
API: Teach the storage layer about SATA and MMC options.
Signed-off-by: Rafal Czubak <rcz@semihalf.com> Acked-by: Rafal Jaworowski <raj@semihalf.com>
This commit is contained in:
committed by
Wolfgang Denk
parent
6b73b754f7
commit
8d87589e8e
@@ -126,6 +126,7 @@ typedef unsigned long lbastart_t;
|
||||
#define DT_STOR_SCSI 0x0020
|
||||
#define DT_STOR_USB 0x0040
|
||||
#define DT_STOR_MMC 0x0080
|
||||
#define DT_STOR_SATA 0x0100
|
||||
|
||||
#define DEV_STA_CLOSED 0x0000 /* invalid, closed */
|
||||
#define DEV_STA_OPEN 0x0001 /* open i.e. active */
|
||||
|
Reference in New Issue
Block a user