ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / drivers / s390 / net / smsgiucv.h
1 /*
2  * IUCV special message driver
3  *
4  * Copyright (C) 2003 IBM Deutschland Entwicklung GmbH, IBM Corporation
5  * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
6  */
7
8 int  smsg_register_callback(char *, void (*)(char *));
9 void smsg_unregister_callback(char *, void (*)(char *));
10