]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IODeviceTreeSupport.h
xnu-792.tar.gz
[apple/xnu.git] / iokit / IOKit / IODeviceTreeSupport.h
index 7287f9e22994ef7e29bb1723f74f0d347c6743d4..46e3da7b6a2bb7ec249594acc2405c88fe195252 100644 (file)
@@ -56,7 +56,7 @@ bool IODTCompareNubName( const IORegistryEntry * regEntry,
 
 enum {
     kIODTRecursive     = 0x00000001,
-    kIODTExclusive     = 0x00000002,
+    kIODTExclusive     = 0x00000002
 };
 
 OSCollectionIterator * IODTFindMatchingEntries( IORegistryEntry * from,
@@ -104,6 +104,11 @@ const OSSymbol * IODTInterruptControllerName(
 
 bool IODTMapInterrupts( IORegistryEntry * regEntry );
 
+enum {
+    kIODTInterruptShared = 0x00000001
+};
+IOReturn IODTGetInterruptOptions( IORegistryEntry * regEntry, int source, IOOptionBits * options );
+
 #ifdef __cplusplus
 extern "C" {
 #endif