|
Linux Kernel
3.7.1
|
#include "ixj-ver.h"#include <linux/module.h>#include <linux/init.h>#include <linux/kernel.h>#include <linux/fs.h>#include <linux/errno.h>#include <linux/slab.h>#include <pcmcia/cistpl.h>#include <pcmcia/ds.h>#include "ixj.h"Go to the source code of this file.
Data Structures | |
| struct | ixj_info_t |
Typedefs | |
| typedef struct ixj_info_t | ixj_info_t |
Functions | |
| MODULE_DEVICE_TABLE (pcmcia, ixj_ids) | |
| module_init (ixj_pcmcia_init) | |
| module_exit (ixj_pcmcia_exit) | |
| MODULE_LICENSE ("GPL") | |
| typedef struct ixj_info_t ixj_info_t |
| MODULE_DEVICE_TABLE | ( | pcmcia | , |
| ixj_ids | |||
| ) |
| module_exit | ( | ixj_pcmcia_exit | ) |
| module_init | ( | ixj_pcmcia_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2