diff options
author | Remi Denis-Courmont <remi.denis-courmont@nokia.com> | 2008-09-22 23:04:30 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-09-22 23:04:30 -0400 |
commit | 8fb397406f6470f79040c41eec49af20900a9e3b (patch) | |
tree | 019a843c84fc4b427b957a42b49562f8c33e33b6 /include | |
parent | f8ff60283de2b6775d7a14619056a08e3083bd40 (diff) |
Phonet: Netlink interface
This provides support for configuring Phonet addresses, notifying
Phonet configuration changes, and dumping the configuration.
Signed-off-by: Remi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/phonet/phonet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/phonet/phonet.h b/include/net/phonet/phonet.h index c53f2abc0595..8b777943d201 100644 --- a/include/net/phonet/phonet.h +++ b/include/net/phonet/phonet.h | |||
@@ -71,4 +71,5 @@ struct phonet_protocol { | |||
71 | int phonet_proto_register(int protocol, struct phonet_protocol *pp); | 71 | int phonet_proto_register(int protocol, struct phonet_protocol *pp); |
72 | void phonet_proto_unregister(int protocol, struct phonet_protocol *pp); | 72 | void phonet_proto_unregister(int protocol, struct phonet_protocol *pp); |
73 | 73 | ||
74 | void phonet_netlink_register(void); | ||
74 | #endif | 75 | #endif |