![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * Copyright (C) 2008-2009 ST-Ericsson AB 0004 * TCM memory handling for ARM systems 0005 * 0006 * Author: Linus Walleij <linus.walleij@stericsson.com> 0007 * Author: Rickard Andersson <rickard.andersson@stericsson.com> 0008 */ 0009 0010 #ifdef CONFIG_HAVE_TCM 0011 void __init tcm_init(void); 0012 #else 0013 /* No TCM support, just blank inlines to be optimized out */ 0014 static inline void tcm_init(void) 0015 { 0016 } 0017 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |