hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/include/net/9p/9p.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * include/net/9p/9p.h
34 *
....@@ -6,22 +7,6 @@
67 * Copyright (C) 2005 by Latchesar Ionkov <lucho@ionkov.net>
78 * Copyright (C) 2004 by Eric Van Hensbergen <ericvh@gmail.com>
89 * Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov>
9
- *
10
- * This program is free software; you can redistribute it and/or modify
11
- * it under the terms of the GNU General Public License version 2
12
- * as published by the Free Software Foundation.
13
- *
14
- * This program is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
- * GNU General Public License for more details.
18
- *
19
- * You should have received a copy of the GNU General Public License
20
- * along with this program; if not, write to:
21
- * Free Software Foundation
22
- * 51 Franklin Street, Fifth Floor
23
- * Boston, MA 02111-1301 USA
24
- *
2510 */
2611
2712 #ifndef NET_9P_H
....@@ -565,15 +550,7 @@
565550 u8 *sdata;
566551 };
567552
568
-struct p9_idpool;
569
-
570553 int p9_errstr2errno(char *errstr, int len);
571
-
572
-struct p9_idpool *p9_idpool_create(void);
573
-void p9_idpool_destroy(struct p9_idpool *);
574
-int p9_idpool_get(struct p9_idpool *p);
575
-void p9_idpool_put(int id, struct p9_idpool *p);
576
-int p9_idpool_check(int id, struct p9_idpool *p);
577554
578555 int p9_error_init(void);
579556 int p9_trans_fd_init(void);