mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22:07 +00:00
17d971e5dc
These variables are just needed in pci.c and io.c, so move them out of io.h in preparation to remove io.h. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Cc: Russell King <linux@arm.linux.org.uk>
7 lines
168 B
C
7 lines
168 B
C
#include <linux/types.h>
|
|
|
|
extern u32 iop13xx_atue_mem_base;
|
|
extern u32 iop13xx_atux_mem_base;
|
|
extern size_t iop13xx_atue_mem_size;
|
|
extern size_t iop13xx_atux_mem_size;
|