repo.or.cz
/
linux-2.6
/
zen-sources.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
snd/PCM: fasync BKL pushdown
[linux-2.6/zen-sources.git]
/
include
/
asm-mips
/
linkage.h
blob
e9a940d1b0c6ff7ced02110a31ded281d29b1f61
1
#ifndef __ASM_LINKAGE_H
2
#define __ASM_LINKAGE_H
3
4
#ifdef __ASSEMBLY__
5
#include <asm/asm.h>
6
#endif
7
8
#define __weak __attribute__((weak))
9
10
#endif