patch-1.3.75 linux/include/linux/mcdx.h

Next file: linux/include/linux/personality.h
Previous file: linux/include/linux/if_packet.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.74/linux/include/linux/mcdx.h linux/include/linux/mcdx.h
@@ -1,7 +1,7 @@
 /*
  * Definitions for the Mitsumi CDROM interface
  * Copyright (C) 1995 Heiko Schlittermann <heiko@lotte.sax.de>
- * VERSION: 1.7
+ * VERSION: 1.8
  * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -82,12 +82,15 @@
 
 #if MCDX_QUIET == 1
 #define INFO(x)  
-#define WARN(x) warn x
+#define xinfo(fmt, args...)
 #else
 #define INFO(x) warn x
-#define WARN(x) warn x
+#define xinfo(fmt, args...) _warn(fmt, ## args)
 #endif
 
+#define WARN(x) warn x
+#define xwarn(fmt, args...) _warn(fmt, ## args)
+#define _warn warn
 
 #if MCDX_DEBUG == 1
 #define TRACE(x) trace x

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this