Release 4.18 drivers/s390/net/smsgiucv.h
/* SPDX-License-Identifier: GPL-2.0 */
/*
* IUCV special message driver
*
* Copyright IBM Corp. 2003
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
*/
#define SMSGIUCV_DRV_NAME "SMSGIUCV"
int smsg_register_callback(const char *,
void (*)(const char *, char *));
void smsg_unregister_callback(const char *,
void (*)(const char *, char *));
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Andrew Morton | 32 | 66.67% | 1 | 16.67% |
Hendrik Brueckner | 8 | 16.67% | 2 | 33.33% |
Martin Schwidefsky | 6 | 12.50% | 1 | 16.67% |
Heiko Carstens | 1 | 2.08% | 1 | 16.67% |
Greg Kroah-Hartman | 1 | 2.08% | 1 | 16.67% |
Total | 48 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.