Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
smsgiucv.c File Reference
#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)
 

Function Documentation

EXPORT_SYMBOL ( smsg_register_callback  )
EXPORT_SYMBOL ( smsg_unregister_callback  )
MODULE_AUTHOR ( "(C) 2003 IBM Corporation by Martin Schwidefsky ([email protected])"  )
MODULE_DESCRIPTION ( "Linux for S/390 IUCV special message driver )
module_exit ( smsg_exit  )
module_init ( smsg_init  )
MODULE_LICENSE ( "GPL"  )
int smsg_register_callback ( const char prefix,
void(*)(const char *from, char *str callback 
)

Definition at line 105 of file smsgiucv.c.

void smsg_unregister_callback ( const char prefix,
void(*)(const char *from, char *str callback 
)

Definition at line 122 of file smsgiucv.c.