repo.or.cz
/
trinity.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
note a leak that needs fixing eventually
[trinity.git]
/
syscalls
/
pciconfig_iobase.c
blob
6d6fd70be54c0a602645fc0a502d6d5d24c40ef5
1
/*
2
asmlinkage long sys_pciconfig_iobase(long which, unsigned long bus, unsigned long devfn);
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_pciconfig_iobase
= {
7
.
name
=
"pciconfig_iobase"
,
8
.
num_args
=
3
,
9
.
arg1name
=
"which"
,
10
.
arg2name
=
"bus"
,
11
.
arg3name
=
"devfn"
,
12
};