diff --git a/src/sdk/include/sys/units.h b/src/sdk/include/sys/units.h new file mode 100644 index 0000000..3464e4d --- /dev/null +++ b/src/sdk/include/sys/units.h @@ -0,0 +1,13 @@ +/* + * Copyright (c) 2026, Mirocom Laboratories + * Provided under the BSD-3 clause + */ + +#ifndef _SYS_UNITS_H_ +#define _SYS_UNITS_H_ 1 + +/* Storage size units */ +#define UNIT_GIB 0x40000000 +#define UNIT_MIB 0x100000 + +#endif /* !_SYS_UNITS_H_ */