RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / linux / bottom_half.h
blob27b1bcffe40853e8e1f6c1f629525c94ec2a343e
1 #ifndef _LINUX_BH_H
2 #define _LINUX_BH_H
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_ip(unsigned long ip);
9 #endif /* _LINUX_BH_H */