X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/a39ff7e25e19b3a8c3020042a3872ca9ec9659f1..4ba76501152d51ccb5647018f3192c6096367d48:/osfmk/device/device.defs?ds=sidebyside diff --git a/osfmk/device/device.defs b/osfmk/device/device.defs index 0d3b24380..afb0bd306 100644 --- a/osfmk/device/device.defs +++ b/osfmk/device/device.defs @@ -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 : */