Move RELOCATE into config.h

Move ISA probe address logic from config.c into isa.c, create header file
config/isa.h.
This commit is contained in:
Michael Brown
2005-04-18 11:00:42 +00:00
parent 3c55caf24c
commit 85b00c4b72
4 changed files with 33 additions and 57 deletions

View File

@@ -66,12 +66,5 @@ extern int find_isa_device ( struct isa_device *eisa,
extern int find_isa_boot_device ( struct dev *dev,
struct isa_driver *driver );
/*
* config.c defines isa_extra_probe_addrs and isa_extra_probe_addr_count.
*
*/
extern isa_probe_addr_t isa_extra_probe_addrs[];
extern unsigned int isa_extra_probe_addr_count;
#endif /* ISA_H */