projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Linux 2.6.31-rc6
[linux-2.6]
/
arch
/
arm
/
mach-shark
/
include
/
mach
/
system.h
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