13
src/sdk/include/sys/units.h
Normal file
13
src/sdk/include/sys/units.h
Normal 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_ */
|
||||
Reference in New Issue
Block a user