]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/parport.h
[PATCH] audit: AUDIT_PERM support
[linux-2.6-omap-h63xx.git] / include / linux / parport.h
index d42737eeee067783195346a34ae3b973cb828fa6..5bf321e82c998ed78c37ed87179cbb0e65597b19 100644 (file)
@@ -127,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;
@@ -138,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;