1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2008-2009 ST-Ericsson AB
4 * TCM memory handling for ARM systems
10 #ifdef CONFIG_HAVE_TCM
11 void __init tcm_init(void);
13 /* No TCM support, just blank inlines to be optimized out */
14 static inline void tcm_init(void)