]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/bsddev/IOKitBSDInit.h
xnu-4570.41.2.tar.gz
[apple/xnu.git] / iokit / bsddev / IOKitBSDInit.h
index 3d900e66d174fcdd20bba2aaf2c8d2c2d2e5db1a..7d0d3e760f8a47c1eb95e74ce6a5b85b41990feb 100644 (file)
@@ -32,6 +32,15 @@ extern "C" {
 kern_return_t
 IOKitBSDInit( void );
 
+void
+IOServicePublishResource( const char * property, boolean_t value );
+
+boolean_t
+IOServiceWaitForMatchingResource( const char * property, uint64_t timeout );
+
+boolean_t
+IOCatalogueMatchingDriversPresent( const char * property );
+
 #ifdef __cplusplus
 }
 #endif