]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/s390/net/smsgiucv.h
Merge tag 'asoc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound...
[mirror_ubuntu-artful-kernel.git] / drivers / s390 / net / smsgiucv.h
1 /*
2 * IUCV special message driver
3 *
4 * Copyright IBM Corp. 2003
5 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
6 */
7
8 #define SMSGIUCV_DRV_NAME "SMSGIUCV"
9
10 int smsg_register_callback(const char *,
11 void (*)(const char *, char *));
12 void smsg_unregister_callback(const char *,
13 void (*)(const char *, char *));
14