blob: a0d6c6130c4b9b50be84a7ae9b9cca531a95103e [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0 */
/*
* IUCV special message driver
*
* Copyright IBM Corp. 2003
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
*/
#define SMSGIUCV_DRV_NAME "SMSGIUCV"
int smsg_register_callback(const char *,
void (*)(const char *, char *));
void smsg_unregister_callback(const char *,
void (*)(const char *, char *));