mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
[NTOSKRNL]
Add missing declarations svn path=/trunk/; revision=48220
This commit is contained in:
parent
19540dcad5
commit
66b4c2ff3e
1 changed files with 12 additions and 0 deletions
|
@ -1100,4 +1100,16 @@ KiSystemFatalException(
|
||||||
IN PKTRAP_FRAME TrapFrame
|
IN PKTRAP_FRAME TrapFrame
|
||||||
);
|
);
|
||||||
|
|
||||||
|
PVOID
|
||||||
|
NTAPI
|
||||||
|
KiPcToFileHeader(IN PVOID Eip,
|
||||||
|
OUT PLDR_DATA_TABLE_ENTRY *LdrEntry,
|
||||||
|
IN BOOLEAN DriversOnly,
|
||||||
|
OUT PBOOLEAN InKernel);
|
||||||
|
|
||||||
|
PVOID
|
||||||
|
NTAPI
|
||||||
|
KiRosPcToUserFileHeader(IN PVOID Eip,
|
||||||
|
OUT PLDR_DATA_TABLE_ENTRY *LdrEntry);
|
||||||
|
|
||||||
#include "ke_x.h"
|
#include "ke_x.h"
|
||||||
|
|
Loading…
Reference in a new issue