#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/gfp.h>
#include <linux/sched.h>
#include <linux/sysctl.h>
#include <linux/ctype.h>
#include <linux/swap.h>
#include <linux/kthread.h>
#include <linux/oom.h>
#include <linux/suspend.h>
#include <linux/uaccess.h>
#include <asm/pgalloc.h>
#include <asm/diag.h>
#include "../../../drivers/s390/net/smsgiucv.h"
Go to the source code of this file.
Definition at line 36 of file cmm.c.
module_param |
( |
sender |
, |
|
|
charp |
, |
|
|
0400 |
|
|
) |
| |
MODULE_PARM_DESC |
( |
sender |
, |
|
|
"Guest name that may send SMSG messages (default VMRMSVM)" |
|
|
) |
| |