forked from Ivasoft/openwrt
rtl838x: Add switch and ethernet driver support for RTL839x SoCs
This adds support for RTL839x SoCs in the ethernet and switch drivers of the rtl838x architecture. Reviewed-by: Andreas Oberritter <obi@saftware.de> Signed-off-by: Birger Koblitz <git@birger-koblitz.de>
This commit is contained in:
committed by
Petr Štetiar
parent
02e8182d87
commit
fba69a5a30
@@ -429,6 +429,9 @@ struct rtl838x_soc_info {
|
||||
volatile void *icu_base;
|
||||
};
|
||||
|
||||
extern struct rtl838x_soc_info soc_info;
|
||||
extern struct mutex smi_lock;
|
||||
|
||||
void rtl838x_soc_detect(struct rtl838x_soc_info *i);
|
||||
|
||||
#endif /* _MACH_RTL838X_H_ */
|
||||
|
||||
Reference in New Issue
Block a user