Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
e12fe68ce34d60c04bb1ddb1d3cc5c3022388fe4
/
.
/
include
/
linux
/
bottom_half.h
blob: 27b1bcffe40853e8e1f6c1f629525c94ec2a343e [
file
] [
log
] [
blame
]
#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 */