Linux Kernel
3.7.1
|
#include <linux/io.h>
#include <linux/pci.h>
#include <linux/vmalloc.h>
#include <linux/fs.h>
#include <linux/export.h>
#include <asm/uaccess.h>
#include "ipath_kernel.h"
#include "ipath_common.h"
Go to the source code of this file.
Functions | |
int | ipath_diag_add (struct ipath_devdata *dd) |
void | ipath_diag_remove (struct ipath_devdata *dd) |
Variables | |
int | ipath_diag_inuse |
int ipath_diag_add | ( | struct ipath_devdata * | dd | ) |
Definition at line 87 of file ipath_diag.c.
void ipath_diag_remove | ( | struct ipath_devdata * | dd | ) |
Definition at line 117 of file ipath_diag.c.
int ipath_diag_inuse |
Definition at line 54 of file ipath_diag.c.