X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Flinux%2Fncp_fs_sb.h;h=6330fc76b00fb481d8580a392425b45a5556d93c;hb=6b3c4f8b9c417541c561155bf6b2150a81b5d5eb;hp=a503052138bdd0fa7600cfb1742f003154bf81f6;hpb=4796b71fbb907ce6b8a9acf1852d3646a80b4576;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/ncp_fs_sb.h b/include/linux/ncp_fs_sb.h index a503052138b..6330fc76b00 100644 --- a/include/linux/ncp_fs_sb.h +++ b/include/linux/ncp_fs_sb.h @@ -50,6 +50,8 @@ struct ncp_server { int packet_size; unsigned char *packet; /* Here we prepare requests and receive replies */ + unsigned char *txbuf; /* Storage for current request */ + unsigned char *rxbuf; /* Storage for reply to current request */ int lock; /* To prevent mismatch in protocols. */ struct mutex mutex;