diff options
Diffstat (limited to 'drivers/s390/net/smsgiucv.h')
-rw-r--r-- | drivers/s390/net/smsgiucv.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/s390/net/smsgiucv.h b/drivers/s390/net/smsgiucv.h new file mode 100644 index 000000000..45bc92592 --- /dev/null +++ b/drivers/s390/net/smsgiucv.h @@ -0,0 +1,14 @@ +/* + * 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 *)); + |