ssb: add attribute to indicate a parallel flash is available

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Hauke Mehrtens
2012-09-29 20:36:18 +02:00
committed by John W. Linville
parent 54c974984e
commit d954162c54
2 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@ struct ssb_serial_port {
};
struct ssb_pflash {
bool present;
u8 buswidth;
u32 window;
u32 window_size;