smsgiucv.h 383 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5 6 7
/*
 * IUCV special message driver
 *
 * Copyright (C) 2003 IBM Deutschland Entwicklung GmbH, IBM Corporation
 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
 */

8 9
#define SMSGIUCV_DRV_NAME     "SMSGIUCV"

10 11 12 13
int  smsg_register_callback(const char *,
			    void (*)(const char *, char *));
void smsg_unregister_callback(const char *,
			      void (*)(const char *, char *));
L
Linus Torvalds 已提交
14