Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
dcd53e6b
Commit
dcd53e6b
authored
Mar 08, 2004
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IRDA]: Move async_wrap function exports out of irsyms.
parent
e9183702
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
net/irda/irsyms.c
net/irda/irsyms.c
+0
-2
net/irda/wrapper.c
net/irda/wrapper.c
+3
-0
No files found.
net/irda/irsyms.c
View file @
dcd53e6b
...
...
@@ -97,8 +97,6 @@ EXPORT_SYMBOL(irda_task_execute);
EXPORT_SYMBOL
(
irda_task_next_state
);
EXPORT_SYMBOL
(
irda_task_delete
);
EXPORT_SYMBOL
(
async_wrap_skb
);
EXPORT_SYMBOL
(
async_unwrap_char
);
EXPORT_SYMBOL
(
irda_calc_crc16
);
EXPORT_SYMBOL
(
irda_crc16_table
);
EXPORT_SYMBOL
(
irda_start_timer
);
...
...
net/irda/wrapper.c
View file @
dcd53e6b
...
...
@@ -28,6 +28,7 @@
#include <linux/skbuff.h>
#include <linux/string.h>
#include <linux/module.h>
#include <asm/byteorder.h>
#include <net/irda/irda.h>
...
...
@@ -151,6 +152,7 @@ int async_wrap_skb(struct sk_buff *skb, __u8 *tx_buff, int buffsize)
return
n
;
}
EXPORT_SYMBOL
(
async_wrap_skb
);
/************************* FRAME UNWRAPPING *************************/
/*
...
...
@@ -481,4 +483,5 @@ void async_unwrap_char(struct net_device *dev,
break
;
}
}
EXPORT_SYMBOL
(
async_unwrap_char
);
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