repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add linux-next specific files for 20110831
[linux-2.6/next.git]
/
arch
/
arm
/
mach-shark
/
include
/
mach
/
system.h
blob
21c373b30bbc38079c36597d48bfee410ceaadf1
1
/*
2
* arch/arm/mach-shark/include/mach/system.h
3
*
4
* by Alexander Schulz
5
*/
6
#ifndef __ASM_ARCH_SYSTEM_H
7
#define __ASM_ARCH_SYSTEM_H
8
9
/* Found in arch/mach-shark/core.c */
10
extern
void
arch_reset
(
char
mode
,
const char
*
cmd
);
11
12
static
inline
void
arch_idle
(
void
)
13
{
14
}
15
16
#endif