summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010/ks_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/ks7010/ks_debug.h')
-rw-r--r--drivers/staging/ks7010/ks_debug.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/drivers/staging/ks7010/ks_debug.h b/drivers/staging/ks7010/ks_debug.h
new file mode 100644
index 0000000..2fd5d84
--- /dev/null
+++ b/drivers/staging/ks7010/ks_debug.h
@@ -0,0 +1,30 @@
+/*
+ * Driver for KeyStream 11b/g wireless LAN cards.
+ *
+ * ks_debug.h
+ * $Id: ks_debug.h 991 2009-09-14 01:38:58Z sekine $
+ *
+ * Copyright (C) 2005-2008 KeyStream Corp.
+ * Copyright (C) 2009 Renesas Technology Corp.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it undr the terms of the GNU General Public License version 2 as
+ * published by the Free Sotware Foundation.
+ */
+
+#ifndef _KS_DEBUG_H
+#define _KS_DEBUG_H
+
+#include <linux/kernel.h>
+
+
+#ifdef KS_WLAN_DEBUG
+#define DPRINTK(n, fmt, args...) \
+ if (KS_WLAN_DEBUG>(n)) printk(KERN_NOTICE "%s: "fmt, __FUNCTION__, ## args)
+#else
+#define DPRINTK(n, fmt, args...)
+#endif
+
+extern void print_buffer(unsigned char *p, int size);
+
+#endif /* _KS_DEBUG_H */
OpenPOWER on IntegriCloud