Current Path : /usr/src/linux-headers-3.13.0-185/include/linux/ |
Current File : //usr/src/linux-headers-3.13.0-185/include/linux/bottom_half.h |
#ifndef _LINUX_BH_H #define _LINUX_BH_H extern void local_bh_disable(void); extern void _local_bh_enable(void); extern void local_bh_enable(void); extern void local_bh_enable_ip(unsigned long ip); #endif /* _LINUX_BH_H */