#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 */
您还没有登录,登录后您可以:
首次使用?从这里 注册