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
plat-omap
include
plat
omap-secure.h
Go to the documentation of this file.
1
#ifndef __OMAP_SECURE_H__
2
#define __OMAP_SECURE_H__
3
4
#include <linux/types.h>
5
6
extern
int
omap_secure_ram_reserve_memblock
(
void
);
7
8
#ifdef CONFIG_OMAP4_ERRATA_I688
9
extern
int
omap_barrier_reserve_memblock(
void
);
10
#else
11
static
inline
void
omap_barrier_reserve_memblock(
void
)
12
{ }
13
#endif
14
#endif
/* __OMAP_SECURE_H__ */
Generated on Thu Jan 10 2013 13:00:50 for Linux Kernel by
1.8.2