repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'v3.3.7' into 3.3/master
[zen-stable.git]
/
arch
/
arm
/
mach-shark
/
include
/
mach
/
system.h
blob
1b2f2c5050a82f350da71310afeda15fbffff8cd
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
static
inline
void
arch_idle
(
void
)
10
{
11
}
12
13
#endif