]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/mach_host.defs
xnu-517.tar.gz
[apple/xnu.git] / osfmk / mach / mach_host.defs
index 943ba258bf773d36fe4addffee37aa82db587cca..1329f0b65227bc1f51d96e5dd316caddd2046681 100644 (file)
@@ -236,3 +236,8 @@ routine host_statistics(
                host_priv       : host_t;
                flavor          : host_flavor_t;
        out     host_info_out   : host_info_t, CountInOut);
+
+routine host_request_notification(
+               host            : host_t;
+               notify_type     : host_flavor_t;
+               notify_port     : mach_port_make_send_once_t);