]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/device/device.defs
xnu-6153.61.1.tar.gz
[apple/xnu.git] / osfmk / device / device.defs
index 0d3b24380e1f95066e3c85b41572e94fb5621e79..afb0bd3065611417954f2a9ffa0985a63677dc7b 100644 (file)
@@ -814,6 +814,23 @@ routine io_device_tree_entry_exists_with_name(
        out exists              : boolean_t
        );
 
+routine io_registry_entry_get_properties_bin_buf(
+           registry_entry      : io_object_t;
+       in  buf                 : mach_vm_address_t;
+       inout  bufsize          : mach_vm_size_t;
+       out properties          : io_buf_ptr_t, physicalcopy
+       );
+
+routine io_registry_entry_get_property_bin_buf(
+           registry_entry      : io_object_t;
+       in  plane               : io_name_t;
+       in  property_name       : io_name_t;
+       in  options             : uint32_t;
+       in  buf                 : mach_vm_address_t;
+       inout  bufsize          : mach_vm_size_t;
+       out properties          : io_buf_ptr_t, physicalcopy
+       );
+
 #endif /* IOKIT */
 
 /* vim: set ft=c : */