]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame_incremental - drivers/s390/net/smsgiucv.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-focal-kernel.git] / drivers / s390 / net / smsgiucv.h
... / ...
CommitLineData
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * IUCV special message driver
4 *
5 * Copyright IBM Corp. 2003
6 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
7 */
8
9#define SMSGIUCV_DRV_NAME "SMSGIUCV"
10
11int smsg_register_callback(const char *,
12 void (*)(const char *, char *));
13void smsg_unregister_callback(const char *,
14 void (*)(const char *, char *));
15