]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IODeviceTreeSupport.h
xnu-792.tar.gz
[apple/xnu.git] / iokit / IOKit / IODeviceTreeSupport.h
index 0c2de3a024698a4ccf4ddd5f2d1fd5575d47a3ce..46e3da7b6a2bb7ec249594acc2405c88fe195252 100644 (file)
@@ -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