blob: 777dbf695d449e4b0d03346a8b5c39877ee34d97 [file] [log] [blame]
Andrew Morton676dcb82006-12-06 20:31:30 -08001#ifndef _LINUX_BH_H
2#define _LINUX_BH_H
3
4extern void local_bh_disable(void);
5extern void __local_bh_enable(void);
6extern void _local_bh_enable(void);
7extern void local_bh_enable(void);
8extern void local_bh_enable_ip(unsigned long ip);
9
10#endif /* _LINUX_BH_H */