|
Linux Kernel
3.7.1
|
#include <linux/miscdevice.h>#include <linux/mutex.h>#include <linux/compat.h>#include <linux/slab.h>#include <asm/uaccess.h>#include "core.h"Go to the source code of this file.
Data Structures | |
| struct | sg_simple_element |
| struct | i2o_cfg_info |
Macros | |
| #define | SG_TABLESIZE 30 |
| #define | MODINC(x, y) ((x) = ((x) + 1) % (y)) |
Functions | |
| MODULE_AUTHOR ("Red Hat Software") | |
| #define SG_TABLESIZE 30 |
Definition at line 42 of file i2o_config.c.
| MODULE_AUTHOR | ( | "Red Hat Software" | ) |
1.8.2