]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IOFilterInterruptEventSource.h
xnu-3789.51.2.tar.gz
[apple/xnu.git] / iokit / IOKit / IOFilterInterruptEventSource.h
index 60154944beae339cf5e2f1690e2631861c9c7c9c..13ef854d8acd97b55cab722c167b37cf33baff0d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998-2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 1998-2016 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -60,7 +60,7 @@ public:
     @param owner Pointer to the owning/client instance.
     @param sender Where is the interrupt comming from.
     @result false if this interrupt can be ignored. */
-    typedef bool (*Filter)(OSObject *, IOFilterInterruptEventSource *);
+    typedef bool (*Filter)(OSObject *owner, IOFilterInterruptEventSource *sender);
 
 /*! @defined IOFilterInterruptAction
     @discussion Backward compatibilty define for the old non-class scoped type definition.  See $link IOFilterInterruptSource::Filter */