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