]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/Kernel/IOStateReporter.cpp
xnu-4570.51.1.tar.gz
[apple/xnu.git] / iokit / Kernel / IOStateReporter.cpp
index f6e0b7340ff2e8f3a9489901707012c952e89505..e1214dc550367e8aaca5ef2a6b46fead763f3381 100644 (file)
@@ -40,7 +40,7 @@ IOStateReporter*
 IOStateReporter::with(IOService *reportingService,
                       IOReportCategories categories,
                       int nstates,
-                      IOReportUnits unit/* = kIOReportUnitHWTicks*/)
+                      IOReportUnit unit/* = kIOReportUnitHWTicks*/)
 {
     IOStateReporter *reporter, *rval = NULL;
     
@@ -68,7 +68,7 @@ bool
 IOStateReporter::initWith(IOService *reportingService,
                           IOReportCategories categories,
                           int16_t nstates,
-                          IOReportUnits unit)
+                          IOReportUnit unit)
 {
     bool success = false;