diff options
author | Per Liden <per.liden@nospam.ericsson.com> | 2006-01-11 06:28:47 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-01-12 17:06:35 -0500 |
commit | ea714ccda5d5858ee677a77cf33dbaf34a0060c3 (patch) | |
tree | 4621c81792b6b60b101d3644f4a4fd8c5fd964cb /net/tipc/config.h | |
parent | b70e4f45a8d8125e4f420c62e71688b8a766689a (diff) |
[TIPC] Moved configuration interface into tipc_config.h
Restored the old tipc_config.h to get a cleaner division between the
interfaces used by normal TIPC users and TIPC administration utilities.
Signed-off-by: Per Liden <per.liden@nospam.ericsson.com>
Diffstat (limited to 'net/tipc/config.h')
-rw-r--r-- | net/tipc/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tipc/config.h b/net/tipc/config.h index 7ac0af57bf57..ca76cb85a3b7 100644 --- a/net/tipc/config.h +++ b/net/tipc/config.h | |||
@@ -37,6 +37,7 @@ | |||
37 | /* ---------------------------------------------------------------------- */ | 37 | /* ---------------------------------------------------------------------- */ |
38 | 38 | ||
39 | #include <linux/tipc.h> | 39 | #include <linux/tipc.h> |
40 | #include <linux/tipc_config.h> | ||
40 | #include "link.h" | 41 | #include "link.h" |
41 | 42 | ||
42 | struct sk_buff *cfg_reply_alloc(int payload_size); | 43 | struct sk_buff *cfg_reply_alloc(int payload_size); |