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
d0dc68a3
Commit
d0dc68a3
authored
Feb 17, 2004
by
Ben Collins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IEEE1394(r1136): Implement node class
parent
854c21cc
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
103 additions
and
165 deletions
+103
-165
drivers/ieee1394/nodemgr.c
drivers/ieee1394/nodemgr.c
+101
-165
drivers/ieee1394/nodemgr.h
drivers/ieee1394/nodemgr.h
+2
-0
No files found.
drivers/ieee1394/nodemgr.c
View file @
d0dc68a3
This diff is collapsed.
Click to expand it.
drivers/ieee1394/nodemgr.h
View file @
d0dc68a3
...
@@ -101,6 +101,8 @@ struct node_entry {
...
@@ -101,6 +101,8 @@ struct node_entry {
struct
device
device
;
struct
device
device
;
struct
class_device
class_dev
;
/* Means this node is not attached anymore */
/* Means this node is not attached anymore */
int
in_limbo
;
int
in_limbo
;
...
...
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