Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
syscall.c File Reference
#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)
 

Function Documentation

SYSCALL_DEFINE5 ( pciconfig_read  ,
unsigned  long,
bus  ,
unsigned  long,
dfn  ,
unsigned  long,
off  ,
unsigned  long,
len  ,
void __user ,
buf   
)

Definition at line 16 of file syscall.c.

SYSCALL_DEFINE5 ( pciconfig_write  ,
unsigned  long,
bus  ,
unsigned  long,
dfn  ,
unsigned  long,
off  ,
unsigned  long,
len  ,
void __user ,
buf   
)

Definition at line 86 of file syscall.c.