vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
[linux/fpc-iii.git] / drivers / s390 / net / smsgiucv.h
bloba0d6c6130c4b9b50be84a7ae9b9cca531a95103e
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * IUCV special message driver
5 * Copyright IBM Corp. 2003
6 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
7 */
9 #define SMSGIUCV_DRV_NAME "SMSGIUCV"
11 int smsg_register_callback(const char *,
12 void (*)(const char *, char *));
13 void smsg_unregister_callback(const char *,
14 void (*)(const char *, char *));