M7350/kernel/drivers/s390/net/smsgiucv.h

15 lines
339 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
/*
* IUCV special message driver
*
2024-09-09 08:57:42 +00:00
* Copyright IBM Corp. 2003
2024-09-09 08:52:07 +00:00
* 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 *));