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