mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[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:
parent
b70e4f45a8
commit
ea714ccda5
5 changed files with 456 additions and 412 deletions
|
@ -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);
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue