]> git.saurik.com Git - apple/xnu.git/blame - osfmk/mach/mig_voucher_support.h
xnu-3247.10.11.tar.gz
[apple/xnu.git] / osfmk / mach / mig_voucher_support.h
CommitLineData
fe8ab488
A
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.
4
5#ifndef __MACH_MIG_VOUCHER_SUPPORT__
6#define __MACH_MIG_VOUCHER_SUPPORT__
7
8#endif // __MACH_MIG_VOUCHER_SUPPORT__