move_pages: just use calloc
[trinity.git] / syscalls / pciconfig_iobase.c
blob6d6fd70be54c0a602645fc0a502d6d5d24c40ef5
1 /*
2 asmlinkage long sys_pciconfig_iobase(long which, unsigned long bus, unsigned long devfn);
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_pciconfig_iobase = {
7 .name = "pciconfig_iobase",
8 .num_args = 3,
9 .arg1name = "which",
10 .arg2name = "bus",
11 .arg3name = "devfn",