blob: 04cd87152964f78dea3806e94e54ef85bbb9593a [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
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
8int smsg_register_callback(char *, void (*)(char *));
9void smsg_unregister_callback(char *, void (*)(char *));
10