Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
5f7c3ff6
Commit
5f7c3ff6
authored
Jan 13, 2006
by
Jon Maloy
Committed by
Per Liden
Jan 18, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[TIPC] Minor changes to #includes
Signed-off-by:
Jon Maloy
<
jon.maloy@ericsson.com
>
parent
3860288e
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
6 deletions
+10
-6
net/tipc/bearer.h
net/tipc/bearer.h
+1
-1
net/tipc/config.h
net/tipc/config.h
+1
-2
net/tipc/core.h
net/tipc/core.h
+5
-0
net/tipc/discover.h
net/tipc/discover.h
+1
-1
net/tipc/msg.h
net/tipc/msg.h
+1
-1
net/tipc/port.h
net/tipc/port.h
+1
-1
No files found.
net/tipc/bearer.h
View file @
5f7c3ff6
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
#ifndef _TIPC_BEARER_H
#ifndef _TIPC_BEARER_H
#define _TIPC_BEARER_H
#define _TIPC_BEARER_H
#include
<net/tipc/tipc_bearer.h>
#include
"core.h"
#include "bcast.h"
#include "bcast.h"
#define MAX_BEARERS 8
#define MAX_BEARERS 8
...
...
net/tipc/config.h
View file @
5f7c3ff6
...
@@ -39,8 +39,7 @@
...
@@ -39,8 +39,7 @@
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
#include <linux/tipc.h>
#include "core.h"
#include <linux/tipc_config.h>
#include "link.h"
#include "link.h"
struct
sk_buff
*
cfg_reply_alloc
(
int
payload_size
);
struct
sk_buff
*
cfg_reply_alloc
(
int
payload_size
);
...
...
net/tipc/core.h
View file @
5f7c3ff6
...
@@ -37,6 +37,11 @@
...
@@ -37,6 +37,11 @@
#ifndef _TIPC_CORE_H
#ifndef _TIPC_CORE_H
#define _TIPC_CORE_H
#define _TIPC_CORE_H
#include <linux/tipc.h>
#include <linux/tipc_config.h>
#include <net/tipc/tipc_msg.h>
#include <net/tipc/tipc_port.h>
#include <net/tipc/tipc_bearer.h>
#include <net/tipc/tipc.h>
#include <net/tipc/tipc.h>
#include <linux/types.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/kernel.h>
...
...
net/tipc/discover.h
View file @
5f7c3ff6
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
#ifndef _TIPC_DISCOVER_H
#ifndef _TIPC_DISCOVER_H
#define _TIPC_DISCOVER_H
#define _TIPC_DISCOVER_H
#include
<linux/tipc.h>
#include
"core.h"
struct
link_req
;
struct
link_req
;
...
...
net/tipc/msg.h
View file @
5f7c3ff6
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
#ifndef _TIPC_MSG_H
#ifndef _TIPC_MSG_H
#define _TIPC_MSG_H
#define _TIPC_MSG_H
#include
<net/tipc/tipc_msg.h>
#include
"core.h"
#define TIPC_VERSION 2
#define TIPC_VERSION 2
#define DATA_LOW TIPC_LOW_IMPORTANCE
#define DATA_LOW TIPC_LOW_IMPORTANCE
...
...
net/tipc/port.h
View file @
5f7c3ff6
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
#ifndef _TIPC_PORT_H
#ifndef _TIPC_PORT_H
#define _TIPC_PORT_H
#define _TIPC_PORT_H
#include
<net/tipc/tipc_port.h>
#include
"core.h"
#include "ref.h"
#include "ref.h"
#include "net.h"
#include "net.h"
#include "msg.h"
#include "msg.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment