![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * IUCV special message driver 0004 * 0005 * Copyright IBM Corp. 2003 0006 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) 0007 */ 0008 0009 #define SMSGIUCV_DRV_NAME "SMSGIUCV" 0010 0011 int smsg_register_callback(const char *, 0012 void (*)(const char *, char *)); 0013 void smsg_unregister_callback(const char *, 0014 void (*)(const char *, char *)); 0015
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |