]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/mach_voucher.defs
xnu-4570.71.2.tar.gz
[apple/xnu.git] / osfmk / mach / mach_voucher.defs
index 6d370a5b25609c51fbaf3bd6b178783e81cab42a..3decdd8aa60a4e1e3e3ff3dabea5bf89d5f7c55b 100644 (file)
@@ -42,7 +42,11 @@ routine mach_voucher_extract_attr_content(
        out     content         : mach_voucher_attr_content_t, CountInOut);
 
 /* extract a recipe to reconstitue a <voucher, key> pair item in a future voucher */
+#if !KERNEL && !LIBSYSCALL_INTERFACE
+routine _kernelrpc_mach_voucher_extract_attr_recipe(
+#else
 routine mach_voucher_extract_attr_recipe(
+#endif
                voucher         : ipc_voucher_t;
                key             : mach_voucher_attr_key_t;
        out     recipe          : mach_voucher_attr_raw_recipe_t, CountInOut);