You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
261 B
11 lines
261 B
18 years ago
|
#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 */
|