summaryrefslogtreecommitdiff
path: root/gdb/amd64-nat.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2003-08-29 17:18:27 +0000
committerMark Kettenis <kettenis@gnu.org>2003-08-29 17:18:27 +0000
commit92d5b01cfcc711c71308f5772ca2a6594d064d38 (patch)
tree3f9ba8dbc811cf5579b9a7a7ad6ed68f684eb17c /gdb/amd64-nat.h
parent6fa11c36112c201f04ed516442283b16a0c69c51 (diff)
downloadgdb-92d5b01cfcc711c71308f5772ca2a6594d064d38.tar.gz
* amd64-nat.h (struct regcache): Add opaque declaration.
Diffstat (limited to 'gdb/amd64-nat.h')
-rw-r--r--gdb/amd64-nat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/amd64-nat.h b/gdb/amd64-nat.h
index e2c9379f944..edf6df8de87 100644
--- a/gdb/amd64-nat.h
+++ b/gdb/amd64-nat.h
@@ -22,6 +22,8 @@
#ifndef AMD64_NAT_H
#define AMD64_NAT_H 1
+struct regcache;
+
/* General-purpose register set description for native 32-bit code. */
extern int *amd64_native_gregset32_reg_offset;
extern int amd64_native_gregset32_num_regs;