]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - include/linux/bottom_half.h
Merge branches 'atags', 'cache-l2x0', 'clkdev', 'fixes', 'integrator', 'misc', 'opcod...
[karo-tx-linux.git] / 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_ip(unsigned long ip);
8
9 #endif /* _LINUX_BH_H */