sdk: units: Add UNIT_KIB to storage units
Signed-off-by: Chloe M <chloe@yiffware.org>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user