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
Kirill Smelkov
linux
Commits
1bf3d880
Commit
1bf3d880
authored
Mar 08, 2004
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IRDA]: More irlap exports out of irsyms.
parent
180c0aec
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
net/irda/irlap.c
net/irda/irlap.c
+3
-0
net/irda/irsyms.c
net/irda/irsyms.c
+0
-2
No files found.
net/irda/irlap.c
View file @
1bf3d880
...
@@ -37,6 +37,7 @@
...
@@ -37,6 +37,7 @@
#include <linux/proc_fs.h>
#include <linux/proc_fs.h>
#include <linux/init.h>
#include <linux/init.h>
#include <linux/random.h>
#include <linux/random.h>
#include <linux/module.h>
#include <linux/seq_file.h>
#include <linux/seq_file.h>
#include <net/irda/irda.h>
#include <net/irda/irda.h>
...
@@ -173,6 +174,7 @@ struct irlap_cb *irlap_open(struct net_device *dev, struct qos_info *qos,
...
@@ -173,6 +174,7 @@ struct irlap_cb *irlap_open(struct net_device *dev, struct qos_info *qos,
return
self
;
return
self
;
}
}
EXPORT_SYMBOL
(
irlap_open
);
/*
/*
* Function __irlap_close (self)
* Function __irlap_close (self)
...
@@ -233,6 +235,7 @@ void irlap_close(struct irlap_cb *self)
...
@@ -233,6 +235,7 @@ void irlap_close(struct irlap_cb *self)
}
}
__irlap_close
(
lap
);
__irlap_close
(
lap
);
}
}
EXPORT_SYMBOL
(
irlap_close
);
/*
/*
* Function irlap_connect_indication (self, skb)
* Function irlap_connect_indication (self, skb)
...
...
net/irda/irsyms.c
View file @
1bf3d880
...
@@ -80,8 +80,6 @@ EXPORT_SYMBOL(irda_param_pack);
...
@@ -80,8 +80,6 @@ EXPORT_SYMBOL(irda_param_pack);
EXPORT_SYMBOL
(
irda_param_unpack
);
EXPORT_SYMBOL
(
irda_param_unpack
);
/* IrLAP */
/* IrLAP */
EXPORT_SYMBOL
(
irlap_open
);
EXPORT_SYMBOL
(
irlap_close
);
EXPORT_SYMBOL
(
irda_init_max_qos_capabilies
);
EXPORT_SYMBOL
(
irda_init_max_qos_capabilies
);
EXPORT_SYMBOL
(
irda_qos_bits_to_value
);
EXPORT_SYMBOL
(
irda_qos_bits_to_value
);
EXPORT_SYMBOL
(
irda_device_setup
);
EXPORT_SYMBOL
(
irda_device_setup
);
...
...
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