windows-nt/Source/XPSP1/NT/base/hals/halacpi/i386/acpi_mp.inc
2020-09-26 16:20:57 +08:00

53 lines
776 B
C++

;/*
;++
;
; Module Name:
;
; acpi_mp.inc
;
; Abstract:
;
; include file for ACPI MP systems.
;
; WARNING: This file is included by both ASM and C files.
;
; Author:
;
;
;--
;
if 0 ; Begin C only code */
//
// The next structures are defined so that ntapic.h is
// satisfied. They are dummied up here so that halacpi
// can share code with halmps more easily.
//
typedef PVOID PPCMPPROCESSOR;
typedef PVOID PPCMPBUS;
typedef PVOID PPCMPIOAPIC;
typedef PVOID PPCMPINTI;
typedef PVOID PPCMPLINTI;
typedef PVOID PMPS_EXTENTRY;
//
// Generic NT APIC HAL stuff
//
#include "ntapic.inc"
/*
endif
;
; Begin assembly part of the definitions
;
OEMPcr struc
Reserved dd ?
OEMPcr ends
include ..\..\inc\ntapic.inc
;*/