Merge branch 'x86-asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / include / linux / bottom_half.h
CommitLineData
676dcb8b
AM
1#ifndef _LINUX_BH_H
2#define _LINUX_BH_H
3
4extern void local_bh_disable(void);
676dcb8b
AM
5extern void _local_bh_enable(void);
6extern void local_bh_enable(void);
7extern void local_bh_enable_ip(unsigned long ip);
8
9#endif /* _LINUX_BH_H */
This page took 0.435288 seconds and 5 git commands to generate.