|
Linux Kernel
3.7.1
|
#include <linux/cdev.h>#include <linux/slab.h>#include <linux/module.h>#include <asm/uaccess.h>#include <asm/cio.h>#include <asm/ccwdev.h>#include <asm/debug.h>#include <asm/diag.h>#include "vmur.h"Go to the source code of this file.
Macros | |
| #define | KMSG_COMPONENT "vmur" |
| #define | pr_fmt(fmt) KMSG_COMPONENT ": " fmt |
Functions | |
| MODULE_AUTHOR ("IBM Corporation") | |
| MODULE_DESCRIPTION ("s390 z/VM virtual unit record device driver") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DEVICE_TABLE (ccw, ur_ids) | |
| module_init (ur_init) | |
| module_exit (ur_exit) | |
| #define pr_fmt | ( | fmt | ) | KMSG_COMPONENT ": " fmt |
| MODULE_AUTHOR | ( | "IBM Corporation" | ) |
| MODULE_DEVICE_TABLE | ( | ccw | , |
| ur_ids | |||
| ) |
| module_exit | ( | ur_exit | ) |
| module_init | ( | ur_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2