diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2006-02-09 04:29:00 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2006-02-09 04:29:00 -0500 |
| commit | 9caafa6c8686e319cf4d5f3757b3972c6c522b7c (patch) | |
| tree | b38979b835b5d22e681b175d0b98a3c7560d9c59 /include/linux/parport.h | |
| parent | 51e9f2ff83df6b1c81c5c44f4486c68ed87aa20e (diff) | |
| parent | cac0e8e8bb2e7a086643bdd00c41d900a79bb4fa (diff) | |
Merge branch 'upstream-fixes'
Diffstat (limited to 'include/linux/parport.h')
| -rw-r--r-- | include/linux/parport.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/parport.h b/include/linux/parport.h index f67f838a3a1f..008d736a6c9a 100644 --- a/include/linux/parport.h +++ b/include/linux/parport.h | |||
| @@ -128,6 +128,11 @@ struct amiga_parport_state { | |||
| 128 | unsigned char statusdir;/* ciab.ddrb & 7 */ | 128 | unsigned char statusdir;/* ciab.ddrb & 7 */ |
| 129 | }; | 129 | }; |
| 130 | 130 | ||
| 131 | struct ip32_parport_state { | ||
| 132 | unsigned int dcr; | ||
| 133 | unsigned int ecr; | ||
| 134 | }; | ||
| 135 | |||
| 131 | struct parport_state { | 136 | struct parport_state { |
| 132 | union { | 137 | union { |
| 133 | struct pc_parport_state pc; | 138 | struct pc_parport_state pc; |
| @@ -135,6 +140,7 @@ struct parport_state { | |||
| 135 | struct ax_parport_state ax; | 140 | struct ax_parport_state ax; |
| 136 | struct amiga_parport_state amiga; | 141 | struct amiga_parport_state amiga; |
| 137 | /* Atari has not state. */ | 142 | /* Atari has not state. */ |
| 143 | struct ip32_parport_state ip32; | ||
| 138 | void *misc; | 144 | void *misc; |
| 139 | } u; | 145 | } u; |
| 140 | }; | 146 | }; |
