]> git.saurik.com Git - apple/xnu.git/blobdiff - pexpert/i386/pe_identify_machine.c
xnu-344.2.tar.gz
[apple/xnu.git] / pexpert / i386 / pe_identify_machine.c
index 8edc962858c4f65a3f4eb84c5d6b845500820699..c8ecface51b406a9e4beb012c18d0fb1be0bf148 100644 (file)
@@ -23,6 +23,9 @@
 #include <pexpert/protos.h>
 #include <pexpert/device_tree.h>
 
+/* External declarations */
+unsigned int LockTimeOut = 12500000; /* XXX - Need real value for i386 */
+
 /* Local declarations */
 void pe_identify_machine(boot_args *args);