summaryrefslogtreecommitdiff
path: root/src/pal/inc/pal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/inc/pal.h')
-rw-r--r--src/pal/inc/pal.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/pal/inc/pal.h b/src/pal/inc/pal.h
index de924fc424..8516ce95c9 100644
--- a/src/pal/inc/pal.h
+++ b/src/pal/inc/pal.h
@@ -566,6 +566,30 @@ PAL_DeleteExecWatchpoint(
PALIMPORT
+DWORD
+PALAPI
+PAL_PublishDacTableAddress(
+ IN PVOID address,
+ IN ULONG size
+ );
+
+PALIMPORT
+DWORD
+PALAPI
+PAL_GetDacTableAddress(
+ IN DWORD pid,
+ OUT PVOID *pAddress,
+ OUT PULONG pSize
+ );
+
+PALIMPORT
+VOID
+PALAPI
+PAL_CleanupDacTableAddress(
+ );
+
+
+PALIMPORT
BOOL
PALAPI
PAL_RegisterMacEHPort();