X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fparport.h;h=5bf321e82c998ed78c37ed87179cbb0e65597b19;hb=6fa0cb1141da80eed4f86155fb51931bc1c31888;hp=008d736a6c9a59766a7a4114223fd8bddc456ecc;hpb=581249966ffeb0463bad1b0e087e1bb29ed53707;p=~andy%2Flinux diff --git a/include/linux/parport.h b/include/linux/parport.h index 008d736a6c9..5bf321e82c9 100644 --- a/include/linux/parport.h +++ b/include/linux/parport.h @@ -96,7 +96,6 @@ typedef enum { /* The rest is for the kernel only */ #ifdef __KERNEL__ -#include #include #include #include @@ -128,6 +127,10 @@ struct amiga_parport_state { unsigned char statusdir;/* ciab.ddrb & 7 */ }; +struct ax88796_parport_state { + unsigned char cpr; +}; + struct ip32_parport_state { unsigned int dcr; unsigned int ecr; @@ -139,6 +142,7 @@ struct parport_state { /* ARC has no state. */ struct ax_parport_state ax; struct amiga_parport_state amiga; + struct ax88796_parport_state ax88796; /* Atari has not state. */ struct ip32_parport_state ip32; void *misc;