aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/gdbstub.h
diff options
context:
space:
mode:
authorshand@kneesaa.uk.xensource.com <shand@kneesaa.uk.xensource.com>2006-08-16 11:36:13 +0100
committershand@kneesaa.uk.xensource.com <shand@kneesaa.uk.xensource.com>2006-08-16 11:36:13 +0100
commit4aedf8adc3d1d921b93449bd535d6edb191fd5a3 (patch)
treef2d195a70515cb9e4dca98bec1bc28ded2a6f51c /xen/include/xen/gdbstub.h
parent8c392e5169e5e2d7338d36c04b17ac32e948dd6f (diff)
downloadxen-4aedf8adc3d1d921b93449bd535d6edb191fd5a3.tar.gz
xen-4aedf8adc3d1d921b93449bd535d6edb191fd5a3.tar.bz2
xen-4aedf8adc3d1d921b93449bd535d6edb191fd5a3.zip
Whitespace clean-ups.
Signed-off-by: Steven Hand <steven@xensource.com>
Diffstat (limited to 'xen/include/xen/gdbstub.h')
-rw-r--r--xen/include/xen/gdbstub.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/xen/include/xen/gdbstub.h b/xen/include/xen/gdbstub.h
index c4423fa6ed..f851f6193d 100644
--- a/xen/include/xen/gdbstub.h
+++ b/xen/include/xen/gdbstub.h
@@ -27,10 +27,10 @@
#ifdef CRASH_DEBUG
/* value <-> char (de)serialzers for arch specific gdb backends */
-char hex2char(unsigned long x);
-int char2hex(unsigned char c);
-char str2hex(const char *str);
-unsigned long str2ulong(const char *str, unsigned long bytes);
+char hex2char(unsigned long x);
+int char2hex(unsigned char c);
+char str2hex(const char *str);
+unsigned long str2ulong(const char *str, unsigned long bytes);
struct gdb_context {
int serhnd;
@@ -52,7 +52,7 @@ void gdb_write_to_packet(
const char *buf, int count, struct gdb_context *ctx);
void gdb_write_to_packet_hex(
unsigned long x, int int_size, struct gdb_context *ctx);
-void gdb_send_packet(struct gdb_context *ctx);
+void gdb_send_packet(struct gdb_context *ctx);
void gdb_send_reply(const char *buf, struct gdb_context *ctx);
/* gdb stub trap handler: entry point */