mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-29 21:05:13 +00:00
11 lines
285 B
C
11 lines
285 B
C
|
/*
|
||
|
* IUCV special message driver
|
||
|
*
|
||
|
* Copyright (C) 2003 IBM Deutschland Entwicklung GmbH, IBM Corporation
|
||
|
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
|
||
|
*/
|
||
|
|
||
|
int smsg_register_callback(char *, void (*)(char *));
|
||
|
void smsg_unregister_callback(char *, void (*)(char *));
|
||
|
|