diff options
Diffstat (limited to 'include/net/p8022.h')
-rw-r--r-- | include/net/p8022.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/p8022.h b/include/net/p8022.h index 223f8fa9ffca..42e9fac51b31 100644 --- a/include/net/p8022.h +++ b/include/net/p8022.h | |||
@@ -8,4 +8,6 @@ extern struct datalink_proto * | |||
8 | struct net_device *orig_dev)); | 8 | struct net_device *orig_dev)); |
9 | extern void unregister_8022_client(struct datalink_proto *proto); | 9 | extern void unregister_8022_client(struct datalink_proto *proto); |
10 | 10 | ||
11 | extern struct datalink_proto *make_8023_client(void); | ||
12 | extern void destroy_8023_client(struct datalink_proto *dl); | ||
11 | #endif | 13 | #endif |