]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IOKernelReportStructs.h
xnu-3789.51.2.tar.gz
[apple/xnu.git] / iokit / IOKit / IOKernelReportStructs.h
index e02aa4ab034188eaeb8f91ff5803d9f255c9d38f..4018f7995b95475c767606a43f4593b2223c9473 100644 (file)
@@ -240,6 +240,12 @@ enum {
                                                 kIOReportScaleBytes)
 #define kIOReportUnit_KiB       __IOR_MAKEUNIT(kIOReportQuantityData,  \
                                                kIOReportScaleKiBytes)
+#define kIOReportUnit_MiB       __IOR_MAKEUNIT(kIOReportQuantityData,  \
+                                               kIOReportScaleMiBytes)
+#define kIOReportUnit_GiB       __IOR_MAKEUNIT(kIOReportQuantityData,  \
+                                               kIOReportScaleGiBytes)
+#define kIOReportUnit_TiB       __IOR_MAKEUNIT(kIOReportQuantityData,  \
+                                               kIOReportScaleTiBytes)
 
 #define kIOReportUnitEvents     __IOR_MAKEUNIT(kIOReportQuantityEventCount,  \
                                                kIOReportScaleUnity)