Files
Chromebook-Device-Nyan-NVID…/drivers/s390/net/smsgiucv.h
2025-04-06 23:50:55 -05:00

15 lines
339 B
C

/*
* 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 *));