]> Git Repo - J-linux.git/blob - drivers/s390/net/smsgiucv.h
Merge remote-tracking branch 'spi/for-5.14' into spi-linus
[J-linux.git] / drivers / s390 / net / smsgiucv.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * IUCV special message driver
4  *
5  * Copyright IBM Corp. 2003
6  * Author(s): Martin Schwidefsky ([email protected])
7  */
8
9 #define SMSGIUCV_DRV_NAME     "SMSGIUCV"
10
11 int  smsg_register_callback(const char *,
12                             void (*)(const char *, char *));
13 void smsg_unregister_callback(const char *,
14                               void (*)(const char *, char *));
15
This page took 0.030069 seconds and 4 git commands to generate.