Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/device.h>
#include <linux/slab.h>
#include <net/iucv/iucv.h>
#include <asm/cpcmd.h>
#include <asm/ebcdic.h>
#include "smsgiucv.h"
Go to the source code of this file.
Data Structures | |
struct | smsg_callback |
Functions | |
MODULE_AUTHOR ("(C) 2003 IBM Corporation by Martin Schwidefsky ([email protected])") | |
MODULE_DESCRIPTION ("Linux for S/390 IUCV special message driver") | |
int | smsg_register_callback (const char *prefix, void(*callback)(const char *from, char *str)) |
void | smsg_unregister_callback (const char *prefix, void(*callback)(const char *from, char *str)) |
module_init (smsg_init) | |
module_exit (smsg_exit) | |
MODULE_LICENSE ("GPL") | |
EXPORT_SYMBOL (smsg_register_callback) | |
EXPORT_SYMBOL (smsg_unregister_callback) | |
EXPORT_SYMBOL | ( | smsg_register_callback | ) |
EXPORT_SYMBOL | ( | smsg_unregister_callback | ) |
MODULE_AUTHOR | ( | "(C) 2003 IBM Corporation by Martin Schwidefsky ([email protected])" | ) |
module_exit | ( | smsg_exit | ) |
module_init | ( | smsg_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
Definition at line 105 of file smsgiucv.c.