smsgiucv.h 378 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * IUCV special message driver
  4. *
  5. * Copyright IBM Corp. 2003
  6. * Author(s): Martin Schwidefsky ([email protected])
  7. */
  8. #define SMSGIUCV_DRV_NAME "SMSGIUCV"
  9. int smsg_register_callback(const char *,
  10. void (*)(const char *, char *));
  11. void smsg_unregister_callback(const char *,
  12. void (*)(const char *, char *));