mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 18:41:00 +07:00
10 lines
224 B
C
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 */
|