diff options
| author | Michael Brown | 2005-04-18 13:00:42 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-18 13:00:42 +0200 |
| commit | 85b00c4b72a03d10bf8b57636446a1c053934c8a (patch) | |
| tree | efb235e38175219bf5fddc811a6c9c369ebc1367 /src/include | |
| parent | Moved console options to config.h (diff) | |
| download | ipxe-85b00c4b72a03d10bf8b57636446a1c053934c8a.tar.gz ipxe-85b00c4b72a03d10bf8b57636446a1c053934c8a.tar.xz ipxe-85b00c4b72a03d10bf8b57636446a1c053934c8a.zip | |
Move RELOCATE into config.h
Move ISA probe address logic from config.c into isa.c, create header file
config/isa.h.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/isa.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/include/isa.h b/src/include/isa.h index a76e526b7..7d67502fe 100644 --- a/src/include/isa.h +++ b/src/include/isa.h @@ -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 */ |
