summaryrefslogtreecommitdiffhomepage
path: root/include/pemagine/pemagine.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-10-18 12:09:39 +0000
committermidipix <writeonce@midipix.org>2017-10-19 18:18:47 -0400
commit224f38d84d94ecc12f4cf5b286967109ff3d9504 (patch)
treef922cff0b2cb02114f631b7d3f60f61b082bbdcf /include/pemagine/pemagine.h
parentaa2c177ebbcb9f367f63263f2b0071bdc860975a (diff)
downloadpemagine-224f38d84d94ecc12f4cf5b286967109ff3d9504.tar.bz2
pemagine-224f38d84d94ecc12f4cf5b286967109ff3d9504.tar.xz
ldso: added pe_load_framework_library().
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,