Linux Kernel
3.7.1
|
#include <linux/errno.h>
#include <linux/pci.h>
#include <linux/syscalls.h>
#include <asm/uaccess.h>
#include "pci.h"
Go to the source code of this file.
Functions | |
SYSCALL_DEFINE5 (pciconfig_read, unsigned long, bus, unsigned long, dfn, unsigned long, off, unsigned long, len, void __user *, buf) | |
SYSCALL_DEFINE5 (pciconfig_write, unsigned long, bus, unsigned long, dfn, unsigned long, off, unsigned long, len, void __user *, buf) | |