repo.or.cz
/
davej-history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
More Makefile cleanups, otherwise mainly noticeable are the netfilter fix
[davej-history.git]
/
include
/
linux
/
usbdev_fs_sb.h
blob
7e161efd8caf7cd4171894faa33a5ebffdecd7bf
1
struct
usbdev_sb_info
{
2
struct
list_head slist
;
3
struct
list_head ilist
;
4
uid_t devuid
;
5
gid_t devgid
;
6
umode_t devmode
;
7
uid_t busuid
;
8
gid_t busgid
;
9
umode_t busmode
;
10
};