diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-03 18:33:51 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-03 18:33:51 +0000 |
commit | 232034a122b2c5f83d273fbe709ab89832ec3d70 (patch) | |
tree | ff5af6d217240013fe173e0843de6f565edd8c46 /pfinet | |
parent | 3db57cad20cbd1ab027d08bb410ec6cbd16eb976 (diff) |
Formerly interrupt.h.~2~
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/linux/interrupt.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pfinet/linux/interrupt.h b/pfinet/linux/interrupt.h index e69de29b..49432b6e 100644 --- a/pfinet/linux/interrupt.h +++ b/pfinet/linux/interrupt.h @@ -0,0 +1,7 @@ +#ifndef _HACK_INTERRUPT_H_ +#define _HACK_INTERRUPT_H_ + +#define NET_BH 1 +void mark_bh (int); + +#endif |