#include <pexpert/pexpert.h>
#include <kern/clock.h>
#include <uuid/uuid.h>
+#include <sys/vnode_internal.h>
// how long to wait for matching root device, secs
#if DEBUG
}
}
+ if( gIOKitDebug & kIOWaitQuietBeforeRoot ) {
+ IOLog( "Waiting for matching to complete\n" );
+ IOService::getPlatform()->waitQuiet();
+ }
+
if( true && matching) {
OSSerialize * s = OSSerialize::withCapacity( 5 );