unplugged-kernel/drivers/misc/mediatek/trusted_mem/private/tmem_cfg.h

16 lines
301 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2019 MediaTek Inc.
*/
#ifndef TMEM_CFG_H
#define TMEM_CFG_H
#define TMEM_SMALL_ALIGNMENT_AUTO_ADJUST_SUPPORT (1)
#if TMEM_SMALL_ALIGNMENT_AUTO_ADJUST_SUPPORT
#define TMEM_SMALL_ALIGNMENT_AUTO_ADJUST
#endif
#endif /* end of TMEM_CFG_H */