From 0d2d5d34127682584df1a8cc000f1aec1b08d23a Mon Sep 17 00:00:00 2001 From: Chloe M Date: Fri, 10 Jul 2026 19:16:57 -0400 Subject: [PATCH] sdk: units: Add UNIT_KIB to storage units Signed-off-by: Chloe M --- sdk/head/units.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/head/units.h b/sdk/head/units.h index 1bb4c1a..b3eae39 100644 --- a/sdk/head/units.h +++ b/sdk/head/units.h @@ -12,6 +12,7 @@ /* Storage size units */ #define UNIT_GIB 0x40000000 #define UNIT_MIB 0x100000 +#define UNIT_KIB 0x400 /* Time units */ #define UNIT_FS_PER_MS 1000000000000ULL