summaryrefslogtreecommitdiff
path: root/pfinet/linux/interrupt.h
blob: 49432b6e6838845d3173ed5f32867d51e114af0a (plain)
1
2
3
4
5
6
7
#ifndef _HACK_INTERRUPT_H_
#define _HACK_INTERRUPT_H_

#define NET_BH 1
void mark_bh (int);

#endif