1 2 3 4 5 6 7 8 9 10 11
#ifndef _HACK_INTERRUPT_H_ #define _HACK_INTERRUPT_H_ #include <linux/netdevice.h> #include "pfinet.h" #define NET_BH 1 extern void mark_bh (int); #endif