summaryrefslogtreecommitdiffhomepage
path: root/include/pemagine/pemagine.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pemagine/pemagine.h')
-rw-r--r--include/pemagine/pemagine.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/pemagine/pemagine.h b/include/pemagine/pemagine.h
index 9cfe47a..3f374f8 100644
--- a/include/pemagine/pemagine.h
+++ b/include/pemagine/pemagine.h
@@ -257,6 +257,15 @@ pe_api int32_t pe_find_framework_loader(
uint32_t flags);
+pe_api int32_t pe_load_framework_library(
+ void ** baseaddr,
+ void * hat,
+ const wchar16_t * atrelname,
+ uintptr_t * buffer,
+ uint32_t bufsize,
+ uint32_t * sysflags);
+
+
pe_api int32_t pe_load_framework_loader(
void ** baseaddr,
struct pe_framework_runtime_data * rtdata,