summaryrefslogtreecommitdiffstats
path: root/system_cmds/shutdown.tproj/kextmanager.defs
diff options
context:
space:
mode:
Diffstat (limited to 'system_cmds/shutdown.tproj/kextmanager.defs')
-rw-r--r--system_cmds/shutdown.tproj/kextmanager.defs6
1 files changed, 6 insertions, 0 deletions
diff --git a/system_cmds/shutdown.tproj/kextmanager.defs b/system_cmds/shutdown.tproj/kextmanager.defs
new file mode 100644
index 0000000..6ae21ce
--- /dev/null
+++ b/system_cmds/shutdown.tproj/kextmanager.defs
@@ -0,0 +1,6 @@
+#include <TargetConditionals.h>
+#if (TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR)
+subsystem dummy 0;
+#else
+#include <IOKit/kext/kextmanager_mig.defs>
+#endif