Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
arm
kernel
tcm.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2008-2009 ST-Ericsson AB
3
* License terms: GNU General Public License (GPL) version 2
4
* TCM memory handling for ARM systems
5
*
6
* Author: Linus Walleij <
[email protected]
>
7
* Author: Rickard Andersson <
[email protected]
>
8
*/
9
10
#ifdef CONFIG_HAVE_TCM
11
void
__init
tcm_init
(
void
);
12
#else
13
/* No TCM support, just blank inlines to be optimized out */
14
inline
void
tcm_init
(
void
)
15
{
16
}
17
#endif
Generated on Thu Jan 10 2013 12:55:24 for Linux Kernel by
1.8.2