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
dd122de5
Commit
dd122de5
authored
Oct 11, 2002
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/net/bluetooth/bluetooth.h: Fixup recmsg args.
parent
f8ee4b77
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/net/bluetooth/bluetooth.h
include/net/bluetooth/bluetooth.h
+1
-1
No files found.
include/net/bluetooth/bluetooth.h
View file @
dd122de5
...
...
@@ -147,7 +147,7 @@ int bluez_sock_unregister(int proto);
struct
sock
*
bluez_sock_alloc
(
struct
socket
*
sock
,
int
proto
,
int
pi_size
,
int
prio
);
void
bluez_sock_link
(
struct
bluez_sock_list
*
l
,
struct
sock
*
s
);
void
bluez_sock_unlink
(
struct
bluez_sock_list
*
l
,
struct
sock
*
s
);
int
bluez_sock_recvmsg
(
struct
socket
*
sock
,
struct
msghdr
*
msg
,
int
len
,
int
flags
,
struct
scm_cookie
*
scm
);
int
bluez_sock_recvmsg
(
struct
kiocb
*
iocb
,
struct
socket
*
sock
,
struct
msghdr
*
msg
,
int
len
,
int
flags
,
struct
scm_cookie
*
scm
);
uint
bluez_sock_poll
(
struct
file
*
file
,
struct
socket
*
sock
,
poll_table
*
wait
);
int
bluez_sock_w4_connect
(
struct
sock
*
sk
,
int
flags
);
...
...
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