]> git.saurik.com Git - apple/system_cmds.git/blobdiff - shutdown.tproj/kextmanager.defs
system_cmds-550.6.tar.gz
[apple/system_cmds.git] / shutdown.tproj / kextmanager.defs
index 2a77d6554c89dea3b56fbb76afbfb4ffd601848e..35544db1894f562fd595e771f573c5c888f48d3e 100644 (file)
@@ -1 +1,6 @@
+#include <TargetConditionals.h>
+#if TARGET_OS_EMBEDDED
+subsystem dummy 0;
+#else
 #include <IOKit/kext/kextmanager_mig.defs>
+#endif