Release 4.7 drivers/s390/net/smsgiucv.h
/*
* 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 | andrew morton | 32 | 68.09% | 1 | 20.00% |
hendrik brueckner | hendrik brueckner | 8 | 17.02% | 2 | 40.00% |
martin schwidefsky | martin schwidefsky | 6 | 12.77% | 1 | 20.00% |
heiko carstens | heiko carstens | 1 | 2.13% | 1 | 20.00% |
| Total | 47 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.