summaryrefslogtreecommitdiffstats
path: root/system_cmds/shutdown.tproj/kextmanager.defs
blob: 6ae21ce974953ba893a939a843c9e403f69ec0db (plain) (blame)
1
2
3
4
5
6
#include <TargetConditionals.h>
#if (TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR)
subsystem dummy 0;
#else
#include <IOKit/kext/kextmanager_mig.defs>
#endif