[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>
This commit is contained in:
Per Liden 2006-01-11 12:28:47 +01:00 committed by David S. Miller
parent b70e4f45a8
commit ea714ccda5
5 changed files with 456 additions and 412 deletions

View file

@ -37,6 +37,7 @@
/* ---------------------------------------------------------------------- */
#include <linux/tipc.h>
#include <linux/tipc_config.h>
#include "link.h"
struct sk_buff *cfg_reply_alloc(int payload_size);

View file

@ -48,6 +48,7 @@
#include <net/sock.h>
#include <linux/tipc.h>
#include <linux/tipc_config.h>
#include <net/tipc/tipc_msg.h>
#include <net/tipc/tipc_port.h>