Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
5bce9cb1d4ab246f3a25dffd8c294135627c02d2
/
.
/
dts
/
common
/
mem.h
blob: 4433d700f2387eff29e3c7a9891f3bffb257de49 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2018 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef
__DT_MEM_H
#define
__DT_MEM_H
#define
DT_SIZE_K
(
x
)
((
x
)
*
1024
)
#define
DT_SIZE_M
(
x
)
((
x
)
*
1024
*
1024
)
#endif
/* __DT_BINDING_TI_MEM_H */