#ifndef _ASM_X86_MPSPEC_DEF_H
#define _ASM_X86_MPSPEC_DEF_H
#define SMP_MAGIC_IDENT …
#ifdef CONFIG_X86_32
#define MAX_MPC_ENTRY …
#endif
struct mpf_intel { … };
#define MPC_SIGNATURE …
struct mpc_table { … };
#define MP_PROCESSOR …
#define MP_BUS …
#define MP_IOAPIC …
#define MP_INTSRC …
#define MP_LINTSRC …
#define MP_TRANSLATION …
#define CPU_ENABLED …
#define CPU_BOOTPROCESSOR …
#define CPU_STEPPING_MASK …
#define CPU_MODEL_MASK …
#define CPU_FAMILY_MASK …
struct mpc_cpu { … };
struct mpc_bus { … };
#define BUSTYPE_EISA …
#define BUSTYPE_ISA …
#define BUSTYPE_INTERN …
#define BUSTYPE_MCA …
#define BUSTYPE_VL …
#define BUSTYPE_PCI …
#define BUSTYPE_PCMCIA …
#define BUSTYPE_CBUS …
#define BUSTYPE_CBUSII …
#define BUSTYPE_FUTURE …
#define BUSTYPE_MBI …
#define BUSTYPE_MBII …
#define BUSTYPE_MPI …
#define BUSTYPE_MPSA …
#define BUSTYPE_NUBUS …
#define BUSTYPE_TC …
#define BUSTYPE_VME …
#define BUSTYPE_XPRESS …
#define MPC_APIC_USABLE …
struct mpc_ioapic { … };
struct mpc_intsrc { … };
enum mp_irq_source_types { … };
#define MP_IRQPOL_DEFAULT …
#define MP_IRQPOL_ACTIVE_HIGH …
#define MP_IRQPOL_RESERVED …
#define MP_IRQPOL_ACTIVE_LOW …
#define MP_IRQPOL_MASK …
#define MP_IRQTRIG_DEFAULT …
#define MP_IRQTRIG_EDGE …
#define MP_IRQTRIG_RESERVED …
#define MP_IRQTRIG_LEVEL …
#define MP_IRQTRIG_MASK …
#define MP_APIC_ALL …
struct mpc_lintsrc { … };
#define MPC_OEM_SIGNATURE …
struct mpc_oemtable { … };
enum mp_bustype { … };
#endif