|
Linux Kernel
3.7.1
|
#include <linux/slab.h>#include <linux/module.h>#include <linux/kernel.h>#include <pcmcia/ss.h>#include <pcmcia/cistpl.h>#include "cs_internal.h"Go to the source code of this file.
Functions | |
| int | static_init (struct pcmcia_socket *s) |
| struct resource * | pcmcia_make_resource (unsigned long start, unsigned long end, int flags, const char *name) |
| EXPORT_SYMBOL (pccard_static_ops) | |
| MODULE_AUTHOR ("David A. Hinds, Dominik Brodowski") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS ("rsrc_nonstatic") | |
Variables | |
| struct pccard_resource_ops | pccard_static_ops |
| EXPORT_SYMBOL | ( | pccard_static_ops | ) |
| MODULE_ALIAS | ( | "rsrc_nonstatic" | ) |
| MODULE_AUTHOR | ( | "David A. | Hinds, |
| Dominik Brodowski" | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
|
read |
Definition at line 33 of file rsrc_mgr.c.
| int static_init | ( | struct pcmcia_socket * | s | ) |
Definition at line 23 of file rsrc_mgr.c.
| struct pccard_resource_ops pccard_static_ops |
Definition at line 60 of file rsrc_mgr.c.
1.8.2