diff options
-rw-r--r-- | arch/mips/ralink/common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/ralink/common.h b/arch/mips/ralink/common.h index 299119b294ca..83144c3fc5ac 100644 --- a/arch/mips/ralink/common.h +++ b/arch/mips/ralink/common.h | |||
@@ -33,6 +33,11 @@ extern struct ralink_pinmux rt_gpio_pinmux; | |||
33 | struct ralink_soc_info { | 33 | struct ralink_soc_info { |
34 | unsigned char sys_type[RAMIPS_SYS_TYPE_LEN]; | 34 | unsigned char sys_type[RAMIPS_SYS_TYPE_LEN]; |
35 | unsigned char *compatible; | 35 | unsigned char *compatible; |
36 | |||
37 | unsigned long mem_base; | ||
38 | unsigned long mem_size; | ||
39 | unsigned long mem_size_min; | ||
40 | unsigned long mem_size_max; | ||
36 | }; | 41 | }; |
37 | extern struct ralink_soc_info soc_info; | 42 | extern struct ralink_soc_info soc_info; |
38 | 43 | ||