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