sdk: Add sys/units.h

Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
2026-03-25 08:46:13 -04:00
parent dc3c2d0bfa
commit 61a2c7ec60

View File

@@ -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_ */