9p.h (9fec6060d9e48ed7db0dac0e16d0f0f0e615b7f6) | 9p.h (72029fe85d8d060b3f966f2dbc36b3c75b5a6532) |
---|---|
1/* 2 * include/net/9p/9p.h 3 * 4 * 9P protocol definitions. 5 * 6 * Copyright (C) 2005 by Latchesar Ionkov <lucho@ionkov.net> 7 * Copyright (C) 2004 by Eric Van Hensbergen <ericvh@gmail.com> 8 * Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov> --- 582 unchanged lines hidden (view full) --- 591void p9_idpool_destroy(struct p9_idpool *); 592int p9_idpool_get(struct p9_idpool *p); 593void p9_idpool_put(int id, struct p9_idpool *p); 594int p9_idpool_check(int id, struct p9_idpool *p); 595 596int p9_error_init(void); 597int p9_errstr2errno(char *, int); 598int p9_trans_fd_init(void); | 1/* 2 * include/net/9p/9p.h 3 * 4 * 9P protocol definitions. 5 * 6 * Copyright (C) 2005 by Latchesar Ionkov <lucho@ionkov.net> 7 * Copyright (C) 2004 by Eric Van Hensbergen <ericvh@gmail.com> 8 * Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov> --- 582 unchanged lines hidden (view full) --- 591void p9_idpool_destroy(struct p9_idpool *); 592int p9_idpool_get(struct p9_idpool *p); 593void p9_idpool_put(int id, struct p9_idpool *p); 594int p9_idpool_check(int id, struct p9_idpool *p); 595 596int p9_error_init(void); 597int p9_errstr2errno(char *, int); 598int p9_trans_fd_init(void); |
599void p9_trans_fd_exit(void); |
|
599#endif /* NET_9P_H */ | 600#endif /* NET_9P_H */ |