OSHW-DEIMOS/SOFTWARE/A64-TERES/linux-a64/include/linux/bottom_half.h
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03:00

10 lines
224 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_ip(unsigned long ip);
#endif /* _LINUX_BH_H */