diff options
| author | Rafal Jaworowski <raj@semihalf.com> | 2008-07-28 20:38:25 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-07-30 01:01:28 +0200 | 
| commit | 8d87589e8e874df7120a3d9667f051bc33bac250 (patch) | |
| tree | 8ee4d94e214d59975feafe1280653f2f8266b7b3 /include/api_public.h | |
| parent | 6b73b754f782e1ecce5048bf20b22ce56a07a5b8 (diff) | |
| download | olio-uboot-2014.01-8d87589e8e874df7120a3d9667f051bc33bac250.tar.xz olio-uboot-2014.01-8d87589e8e874df7120a3d9667f051bc33bac250.zip  | |
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>
Diffstat (limited to 'include/api_public.h')
| -rw-r--r-- | include/api_public.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/api_public.h b/include/api_public.h index 9bc050133..5b0c09e31 100644 --- a/include/api_public.h +++ b/include/api_public.h @@ -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 */  |