2005-04-17 06:20:36 +08:00
|
|
|
/*
|
|
|
|
* IUCV special message driver
|
|
|
|
*
|
|
|
|
* Copyright (C) 2003 IBM Deutschland Entwicklung GmbH, IBM Corporation
|
|
|
|
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
|
|
|
|
*/
|
|
|
|
|
2010-03-08 19:26:26 +08:00
|
|
|
#define SMSGIUCV_DRV_NAME "SMSGIUCV"
|
|
|
|
|
2010-03-08 19:26:25 +08:00
|
|
|
int smsg_register_callback(const char *,
|
|
|
|
void (*)(const char *, char *));
|
|
|
|
void smsg_unregister_callback(const char *,
|
|
|
|
void (*)(const char *, char *));
|
2005-04-17 06:20:36 +08:00
|
|
|
|