]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/Kernel/IOPMPowerStateQueue.h
xnu-6153.81.5.tar.gz
[apple/xnu.git] / iokit / Kernel / IOPMPowerStateQueue.h
index db2e5741231c9c827604d890c6562a5a53f7f824..1e737ed17dc462899559b1694da96b4bf4995d1e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001-2002 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2001-2019 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  *
@@ -37,7 +37,7 @@ typedef void (*IOPMPowerStateQueueAction)(OSObject *, uint32_t event, void *, ui
 
 class IOPMPowerStateQueue : public IOEventSource
 {
-       OSDeclareDefaultStructors(IOPMPowerStateQueue)
+       OSDeclareDefaultStructors(IOPMPowerStateQueue);
 
 private:
        struct PowerEventEntry {
@@ -57,7 +57,7 @@ protected:
 public:
        static IOPMPowerStateQueue * PMPowerStateQueue( OSObject * owner, Action action );
 
-       bool submitPowerEvent( uint32_t eventType, void * arg0 = 0, uint64_t arg1 = 0 );
+       bool submitPowerEvent( uint32_t eventType, void * arg0 = NULL, uint64_t arg1 = 0 );
 };
 
 #endif /* _IOPMPOWERSTATEQUEUE_H_ */