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
mach-highbank
core.h
Go to the documentation of this file.
1
extern
void
highbank_set_cpu_jump
(
int
cpu
,
void
*jump_addr);
2
extern
void
highbank_clocks_init
(
void
);
3
extern
void
highbank_restart
(
char
,
const
char
*);
4
extern
void
__iomem
*
scu_base_addr
;
5
#ifdef CONFIG_DEBUG_HIGHBANK_UART
6
extern
void
highbank_lluart_map_io
(
void
);
7
#else
8
static
inline
void
highbank_lluart_map_io
(
void
) {}
9
#endif
10
11
#ifdef CONFIG_PM_SLEEP
12
extern
void
highbank_pm_init
(
void
);
13
#else
14
static
inline
void
highbank_pm_init
(
void
) {}
15
#endif
16
17
extern
void
highbank_smc1
(
int
fn
,
int
arg
);
18
extern
void
highbank_cpu_die
(
unsigned
int
cpu
);
19
20
extern
struct
smp_operations
highbank_smp_ops
;
Generated on Thu Jan 10 2013 12:58:06 for Linux Kernel by
1.8.2