summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/ctcdbug.h
diff options
context:
space:
mode:
author <jgarzik@pretzel.yyz.us>2005-05-26 04:11:06 +0200
committerJeff Garzik <jgarzik@pobox.com>2005-05-26 04:11:06 +0200
commit8a75e7d644b373f86c8c2316392cb7374fc4e063 (patch)
treec2beb29f8e4f5c1ea246d792693f8af4f7f03fef /drivers/s390/net/ctcdbug.h
parentAutomatic merge of /spare/repo/netdev-2.6 branch ns83820 (diff)
parent[PATCH] s390: qeth bug fixes (diff)
downloadlinux-8a75e7d644b373f86c8c2316392cb7374fc4e063.tar.xz
linux-8a75e7d644b373f86c8c2316392cb7374fc4e063.zip
Automatic merge of /spare/repo/netdev-2.6 branch qeth
Diffstat (limited to 'drivers/s390/net/ctcdbug.h')
-rw-r--r--drivers/s390/net/ctcdbug.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/drivers/s390/net/ctcdbug.h b/drivers/s390/net/ctcdbug.h
index ef8883951720..7fe2ebd1792d 100644
--- a/drivers/s390/net/ctcdbug.h
+++ b/drivers/s390/net/ctcdbug.h
@@ -1,6 +1,6 @@
/*
*
- * linux/drivers/s390/net/ctcdbug.h ($Revision: 1.4 $)
+ * linux/drivers/s390/net/ctcdbug.h ($Revision: 1.5 $)
*
* CTC / ESCON network driver - s390 dbf exploit.
*
@@ -9,7 +9,7 @@
* Author(s): Original Code written by
* Peter Tiedemann (ptiedem@de.ibm.com)
*
- * $Revision: 1.4 $ $Date: 2004/10/15 09:26:58 $
+ * $Revision: 1.5 $ $Date: 2005/02/27 19:46:44 $
*
* 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
@@ -25,9 +25,11 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-
+#ifndef _CTCDBUG_H_
+#define _CTCDBUG_H_
#include <asm/debug.h>
+#include "ctcmain.h"
/**
* Debug Facility stuff
*/
@@ -41,7 +43,7 @@
#define CTC_DBF_DATA_LEN 128
#define CTC_DBF_DATA_INDEX 3
#define CTC_DBF_DATA_NR_AREAS 1
-#define CTC_DBF_DATA_LEVEL 2
+#define CTC_DBF_DATA_LEVEL 3
#define CTC_DBF_TRACE_NAME "ctc_trace"
#define CTC_DBF_TRACE_LEN 16
@@ -121,3 +123,5 @@ hex_dump(unsigned char *buf, size_t len)
printk("\n");
}
+
+#endif