]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/ipc_tt.h
xnu-344.23.tar.gz
[apple/xnu.git] / osfmk / kern / ipc_tt.h
index c34731aed3e46ea3191f9490296a14d8fcb9b910..ded87c88cd91ff3d2fd544bcfae2168778b13a95 100644 (file)
@@ -150,6 +150,9 @@ extern ipc_port_t convert_task_to_port(
 /* Convert from a thread to a port */
 extern ipc_port_t convert_act_to_port( thread_act_t );
 
+/* Convert from a upl to a port */
+extern ipc_port_t convert_upl_to_port( upl_t );
+
 /* Deallocate a space ref produced by convert_port_to_space */
 extern void space_deallocate(
        ipc_space_t     space);