diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
commit | c7fc24dc4420057f103afe8fc64524ebc25c5d37 (patch) | |
tree | 3682407a599b8f9f03fc096298134cafba1c9b2f /include/linux/lp.h | |
parent | 1d793fade8b063fde3cf275bf1a5c2d381292cd9 (diff) |
o Merge with Linux 2.1.116.
o New Newport console code.
o New G364 console code.
Diffstat (limited to 'include/linux/lp.h')
-rw-r--r-- | include/linux/lp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/lp.h b/include/linux/lp.h index b50c6b434..937df9386 100644 --- a/include/linux/lp.h +++ b/include/linux/lp.h @@ -129,6 +129,8 @@ struct lp_struct { #endif struct wait_queue *wait_q; unsigned int last_error; + volatile unsigned int irq_detected:1; + volatile unsigned int irq_missed:1; }; /* |