diff options
Diffstat (limited to 'src/include/mca.h')
| -rw-r--r-- | src/include/mca.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/mca.h b/src/include/mca.h index f6d37ba79..e69b65601 100644 --- a/src/include/mca.h +++ b/src/include/mca.h @@ -19,8 +19,8 @@ #define MCA_POS_REG(n) (0x100+(n)) /* Is there a standard that would define this? */ -#include "isa.h" -#define GENERIC_MCA_VENDOR ISAPNP_VENDOR ( 'M', 'C', 'A' ) +#include "isa_ids.h" +#define GENERIC_MCA_VENDOR ISA_VENDOR ( 'M', 'C', 'A' ) /* * A physical MCA device |
