mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
11 lines
261 B
C
11 lines
261 B
C
|
#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 */
|