1 2 3 4 5 6 7
#ifndef _HACK_INTERRUPT_H_ #define _HACK_INTERRUPT_H_ #define NET_BH 1 void mark_bh (int); #endif