|
|
| File: [Development] / linux-2.6-xfs / include / linux / bottom_half.h (download)
Revision 1.1, Tue Jan 16 14:53:53 2007 UTC (10 years, 9 months ago) by vapo.longdrop.melbourne.sgi.com
Merge of 2.6.x-xfs-melb:linux:27933a by kenmcd. Merge up to 2.6.20-rc4 |
#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 */