/* Public domain. */ #ifndef _LINUX_BOTTOM_HALF_H #define _LINUX_BOTTOM_HALF_H #include #define local_bh_disable() #define local_bh_enable() #endif