projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
rtc: cdev lock_kernel() pushdown
[linux-2.6]
/
include
/
linux
/
bottom_half.h
1
#ifndef _LINUX_BH_H
2
#define _LINUX_BH_H
3
4
extern void local_bh_disable(void);
5
extern void __local_bh_enable(void);
6
extern void _local_bh_enable(void);
7
extern void local_bh_enable(void);
8
extern void local_bh_enable_ip(unsigned long ip);
9
10
#endif /* _LINUX_BH_H */