summaryrefslogtreecommitdiff
path: root/src/js/lib/myutils.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/lib/myutils.js')
-rw-r--r--src/js/lib/myutils.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/js/lib/myutils.js b/src/js/lib/myutils.js
index d531cc8..f3eb976 100644
--- a/src/js/lib/myutils.js
+++ b/src/js/lib/myutils.js
@@ -108,4 +108,7 @@ var mach_host_self = scall_wrapper("mach_host_self");
var mach_error_string = scall_wrapper("mach_error_string");
var IOServiceGetMatchingService = scall_wrapper("IOServiceGetMatchingService");
var IOServiceMatching = scall_wrapper("IOServiceMatching");
-var io_service_open_extended = scall_wrapper("io_service_open_extended"); \ No newline at end of file
+var io_service_open_extended = scall_wrapper("io_service_open_extended");
+var IORegistryEntryGetChildIterator = scall_wrapper("IORegistryEntryGetChildIterator");
+var IOIteratorNext = scall_wrapper("IOIteratorNext");
+var IORegistryEntryGetProperty = scall_wrapper("IORegistryEntryGetProperty"); \ No newline at end of file