]> git.saurik.com Git - apple/xnu.git/blobdiff - pexpert/i386/pe_identify_machine.c
xnu-3789.41.3.tar.gz
[apple/xnu.git] / pexpert / i386 / pe_identify_machine.c
index 9a1a2c705a031aed3dc9fb04882299f196f1e699..a632a7ae7acc75e688b80d42e57f45d869d22724 100644 (file)
  * 
  * @APPLE_OSREFERENCE_LICENSE_HEADER_END@
  */
+#include <machine/machine_routines.h>
 #include <pexpert/pexpert.h>
 #include <pexpert/protos.h>
-#include <pexpert/device_tree.h>
-
-/* External declarations */
-unsigned int LockTimeOut = 1250000000; /* XXX - Need real value for i386 */
 
 /* Local declarations */
 void pe_identify_machine(boot_args *args);