Synchronize headers with merged assembly code
This commit is contained in:
@@ -28,12 +28,12 @@ XTCLINK ULONG_PTR ArTrapEntry[256];
|
|||||||
XTCLINK
|
XTCLINK
|
||||||
XTCDECL
|
XTCDECL
|
||||||
VOID
|
VOID
|
||||||
ArHandleSpuriousInterrupt(VOID);
|
ArEnableExtendedPhysicalAddressing(IN ULONG_PTR PageMap);
|
||||||
|
|
||||||
XTCLINK
|
XTCLINK
|
||||||
XTCDECL
|
XTCDECL
|
||||||
VOID
|
VOID
|
||||||
ArEnableExtendedPhysicalAddressing(IN ULONG_PTR PageMap);
|
ArHandleSpuriousInterrupt(VOID);
|
||||||
|
|
||||||
XTCLINK
|
XTCLINK
|
||||||
XTCDECL
|
XTCDECL
|
||||||
|
|||||||
@@ -12,6 +12,9 @@
|
|||||||
#include <xtos.hh>
|
#include <xtos.hh>
|
||||||
|
|
||||||
|
|
||||||
|
/* TrampolineEnableXpa end address to calculate trampoline size */
|
||||||
|
XTCLINK PVOID ArEnableExtendedPhysicalAddressingEnd[];
|
||||||
|
|
||||||
/* External array of pointers to the interrupt handlers */
|
/* External array of pointers to the interrupt handlers */
|
||||||
XTCLINK ULONG_PTR ArInterruptEntry[256];
|
XTCLINK ULONG_PTR ArInterruptEntry[256];
|
||||||
|
|
||||||
@@ -22,6 +25,11 @@ XTCLINK PVOID ArStartApplicationProcessorEnd[];
|
|||||||
XTCLINK ULONG_PTR ArTrapEntry[256];
|
XTCLINK ULONG_PTR ArTrapEntry[256];
|
||||||
|
|
||||||
/* Forward reference for assembler code */
|
/* Forward reference for assembler code */
|
||||||
|
XTCLINK
|
||||||
|
XTCDECL
|
||||||
|
VOID
|
||||||
|
ArEnableExtendedPhysicalAddressing(IN ULONG_PTR PageMap);
|
||||||
|
|
||||||
XTCLINK
|
XTCLINK
|
||||||
XTCDECL
|
XTCDECL
|
||||||
VOID
|
VOID
|
||||||
|
|||||||
Reference in New Issue
Block a user