Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / ipxe / src / config / isa.h
1 #ifndef CONFIG_ISA_H
2 #define CONFIG_ISA_H
3
4 /** @file
5  *
6  * ISA probe address configuration
7  *
8  * You can override the list of addresses that will be probed by any
9  * ISA drivers.
10  *
11  */
12 #undef  ISA_PROBE_ADDRS         /* e.g. 0x200, 0x300 */
13 #undef  ISA_PROBE_ONLY          /* Do not probe any other addresses */
14
15 #include <config/local/isa.h>
16
17 #endif /* CONFIG_ISA_H */