ALSA: hda - Add quirk for Dell Vostro 1220
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / s390 / net / smsgiucv.h
blob149a1151608d4f60ade750da2102f1aa2961bfb6
1 /*
2 * IUCV special message driver
4 * Copyright (C) 2003 IBM Deutschland Entwicklung GmbH, IBM Corporation
5 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
6 */
8 #define SMSGIUCV_DRV_NAME "SMSGIUCV"
10 int smsg_register_callback(const char *,
11 void (*)(const char *, char *));
12 void smsg_unregister_callback(const char *,
13 void (*)(const char *, char *));