summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-21 16:30:38 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2010-08-23 11:20:21 +0800
commit54d6627f02456234299068b4391406023eca5a56 (patch)
treebb3a0b783b68f7cfeb4e93e0f1b36ac84fdd2b64 /include
parent8a902870f7dd5b48101261ba4c935ba3b30fa31b (diff)
downloadbarebox-54d6627f02456234299068b4391406023eca5a56.tar.gz
barebox-54d6627f02456234299068b4391406023eca5a56.tar.xz
dm9000: allow to specify that no srom is present
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include')
-rw-r--r--include/dm9000.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dm9000.h b/include/dm9000.h
index 3cc52356b2..b4a04b1e63 100644
--- a/include/dm9000.h
+++ b/include/dm9000.h
@@ -10,6 +10,7 @@ struct dm9000_platform_data {
unsigned long iobase;
unsigned long iodata;
int buswidth;
+ int srom;
};
#endif /* __DM9000_H__ */