[IPV4] ARP: Alloc acceptance of unsolicited ARP via netdevice sysctl.
[firefly-linux-kernel-4.4.55.git] / include / linux / tty.h
index a7bd3b4558d26efaa3ed8dae0b5bb53f0d184cab..f45cd74e6f243da99e34deac005b53cf9232c188 100644 (file)
@@ -58,6 +58,8 @@ struct tty_buffer {
        int used;
        int size;
        int active;
+       int commit;
+       int read;
        /* Data points here */
        unsigned long data[0];
 };