diff options
Diffstat (limited to 'net/tipc/core.h')
| -rw-r--r-- | net/tipc/core.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net/tipc/core.h b/net/tipc/core.h index 188799017abd..e19389e57227 100644 --- a/net/tipc/core.h +++ b/net/tipc/core.h | |||
| @@ -83,9 +83,7 @@ | |||
| 83 | * Note: TIPC_LOG is configured to echo its output to the system console; | 83 | * Note: TIPC_LOG is configured to echo its output to the system console; |
| 84 | * user-defined buffers can be configured to do the same thing. | 84 | * user-defined buffers can be configured to do the same thing. |
| 85 | */ | 85 | */ |
| 86 | |||
| 87 | extern struct print_buf *const TIPC_NULL; | 86 | extern struct print_buf *const TIPC_NULL; |
| 88 | extern struct print_buf *const TIPC_CONS; | ||
| 89 | extern struct print_buf *const TIPC_LOG; | 87 | extern struct print_buf *const TIPC_LOG; |
| 90 | 88 | ||
| 91 | void tipc_printf(struct print_buf *, const char *fmt, ...); | 89 | void tipc_printf(struct print_buf *, const char *fmt, ...); |
| @@ -204,10 +202,7 @@ extern atomic_t tipc_user_count; | |||
| 204 | * Routines available to privileged subsystems | 202 | * Routines available to privileged subsystems |
| 205 | */ | 203 | */ |
| 206 | 204 | ||
| 207 | extern int tipc_core_start(void); | 205 | extern int tipc_core_start_net(unsigned long); |
| 208 | extern void tipc_core_stop(void); | ||
| 209 | extern int tipc_core_start_net(unsigned long addr); | ||
| 210 | extern void tipc_core_stop_net(void); | ||
| 211 | extern int tipc_handler_start(void); | 206 | extern int tipc_handler_start(void); |
| 212 | extern void tipc_handler_stop(void); | 207 | extern void tipc_handler_stop(void); |
| 213 | extern int tipc_netlink_start(void); | 208 | extern int tipc_netlink_start(void); |
| @@ -328,7 +323,7 @@ static inline struct tipc_msg *buf_msg(struct sk_buff *skb) | |||
| 328 | return (struct tipc_msg *)skb->data; | 323 | return (struct tipc_msg *)skb->data; |
| 329 | } | 324 | } |
| 330 | 325 | ||
| 331 | extern struct sk_buff *buf_acquire(u32 size); | 326 | extern struct sk_buff *tipc_buf_acquire(u32 size); |
| 332 | 327 | ||
| 333 | /** | 328 | /** |
| 334 | * buf_discard - frees a TIPC message buffer | 329 | * buf_discard - frees a TIPC message buffer |
