18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (C) 2008-2009 ST-Ericsson AB
48c2ecf20Sopenharmony_ci * TCM memory handling for ARM systems
58c2ecf20Sopenharmony_ci *
68c2ecf20Sopenharmony_ci * Author: Linus Walleij <linus.walleij@stericsson.com>
78c2ecf20Sopenharmony_ci * Author: Rickard Andersson <rickard.andersson@stericsson.com>
88c2ecf20Sopenharmony_ci */
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#ifdef CONFIG_HAVE_TCM
118c2ecf20Sopenharmony_civoid __init tcm_init(void);
128c2ecf20Sopenharmony_ci#else
138c2ecf20Sopenharmony_ci/* No TCM support, just blank inlines to be optimized out */
148c2ecf20Sopenharmony_cistatic inline void tcm_init(void)
158c2ecf20Sopenharmony_ci{
168c2ecf20Sopenharmony_ci}
178c2ecf20Sopenharmony_ci#endif
18