]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/device/device.defs
xnu-792.10.96.tar.gz
[apple/xnu.git] / osfmk / device / device.defs
index 3830eaaffb97500b90044ba586b85b69f45f1285..54e4f0f70e66a25209933840aa9e56df8d22f008 100644 (file)
@@ -82,6 +82,7 @@ type io_struct_inband_t = array[*:4096] of char;
 type io_scalar_inband_t = array[*:16] of int;
 type io_async_ref_t    = array[*:8] of natural_t;
 type io_buf_ptr_t      = ^array[] of MACH_MSG_TYPE_INTEGER_8;
+type NDR_record_t       = struct[8] of char;
 
 type io_object_t = mach_port_t
                ctype: mach_port_t
@@ -491,6 +492,16 @@ routine io_object_get_bundle_identifier(
        out class_name          : io_name_t   
         );
 
+routine io_service_open_extended(
+           service             : io_object_t;
+       in  owningTask          : task_t;
+       in  connect_type        : int;
+       in  ndr                 : NDR_record_t;
+       in  properties          : io_buf_ptr_t, physicalcopy;
+        out result             : natural_t;
+       out connection          : io_connect_t
+       );
+
 #endif