/drivers/s390/net/smsgiucv.h
C Header | 14 lines | 5 code | 3 blank | 6 comment | 0 complexity | eeb4c2677e44c5412a71a715167dbe14 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
1/*
2 * IUCV special message driver
3 *
4 * Copyright (C) 2003 IBM Deutschland Entwicklung GmbH, IBM Corporation
5 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
6 */
7
8#define SMSGIUCV_DRV_NAME "SMSGIUCV"
9
10int smsg_register_callback(const char *,
11 void (*)(const char *, char *));
12void smsg_unregister_callback(const char *,
13 void (*)(const char *, char *));
14