sdk: units: Add UNIT_KIB to storage units

Signed-off-by: Chloe M <chloe@yiffware.org>
This commit is contained in:
2026-07-10 19:16:57 -04:00
parent 79bbbc074b
commit 0d2d5d3412
+1
View File
@@ -12,6 +12,7 @@
/* Storage size units */ /* Storage size units */
#define UNIT_GIB 0x40000000 #define UNIT_GIB 0x40000000
#define UNIT_MIB 0x100000 #define UNIT_MIB 0x100000
#define UNIT_KIB 0x400
/* Time units */ /* Time units */
#define UNIT_FS_PER_MS 1000000000000ULL #define UNIT_FS_PER_MS 1000000000000ULL