We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ecd1a commit 6838e0cCopy full SHA for 6838e0c
dts/common/mem.h
@@ -9,6 +9,7 @@
9
10
#define DT_SIZE_K(x) ((x) * 1024)
11
#define DT_SIZE_M(x) (DT_SIZE_K(x) * 1024)
12
+#define DT_SIZE_G(x) (DT_SIZE_M(x) * 1024)
13
14
/* concatenate the values of the arguments into one */
15
#define _DT_DO_CONCAT(x, y) x ## y
0 commit comments