]>
git.saurik.com Git - apple/xnu.git/blob - osfmk/mach/mig_voucher_support.h
1 //This dummy header file is created for mig to check when to include voucher code.
2 //Mig checks if this file is available to include and knows that Libsyscall has the new voucher symbols to link to.
3 //Do not delete this file, mig will stop including vouchers code.
5 #ifndef __MACH_MIG_VOUCHER_SUPPORT__
6 #define __MACH_MIG_VOUCHER_SUPPORT__
8 #endif // __MACH_MIG_VOUCHER_SUPPORT__