aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/lynx-low.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbserver/lynx-low.h')
-rw-r--r--gdb/gdbserver/lynx-low.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/gdbserver/lynx-low.h b/gdb/gdbserver/lynx-low.h
index 8a84204..506d6cb 100644
--- a/gdb/gdbserver/lynx-low.h
+++ b/gdb/gdbserver/lynx-low.h
@@ -15,6 +15,9 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+#ifndef GDBSERVER_LYNX_LOW_H
+#define GDBSERVER_LYNX_LOW_H
+
struct regcache;
struct target_desc;
@@ -52,3 +55,5 @@ extern struct lynx_target_ops the_low_target;
/* The inferior's target description. This is a global because the
LynxOS ports support neither bi-arch nor multi-process. */
extern const struct target_desc *lynx_tdesc;
+
+#endif /* GDBSERVER_LYNX_LOW_H */