Blame view

include/linux/bottom_half.h 261 Bytes
676dcb8bc   Andrew Morton   [PATCH] add botto...
1
2
3
4
5
6
7
8
9
10
  #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(void);
  extern void local_bh_enable_ip(unsigned long ip);
  
  #endif /* _LINUX_BH_H */