X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fnet%2F9p%2Fclient.h;h=4012e07162e51e772081ad6af9261f52bd9a88cd;hb=e45c5405e12c7cef93940cb7a541ab459ec0096a;hp=1f17f3d93727ee4873e3c7c8a7c61c8cdcbb0204;hpb=99ebcf8285df28f32fd2d1c19a7166e70f00309c;p=linux-2.6-omap-h63xx.git diff --git a/include/net/9p/client.h b/include/net/9p/client.h index 1f17f3d9372..4012e07162e 100644 --- a/include/net/9p/client.h +++ b/include/net/9p/client.h @@ -182,6 +182,7 @@ struct p9_fid { struct list_head dlist; /* list of all fids attached to a dentry */ }; +int p9_client_version(struct p9_client *); struct p9_client *p9_client_create(const char *dev_name, char *options); void p9_client_destroy(struct p9_client *clnt); void p9_client_disconnect(struct p9_client *clnt); @@ -206,6 +207,7 @@ int p9_client_wstat(struct p9_fid *fid, struct p9_wstat *wst); struct p9_req_t *p9_tag_lookup(struct p9_client *, u16); void p9_client_cb(struct p9_client *c, struct p9_req_t *req); +int p9_parse_header(struct p9_fcall *, int32_t *, int8_t *, int16_t *, int); int p9stat_read(char *, int, struct p9_wstat *, int); void p9stat_free(struct p9_wstat *);