aboutsummaryrefslogtreecommitdiff
path: root/gdb/monitor.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-10-21 19:20:30 +0000
committerAndrew Cagney <cagney@redhat.com>2001-10-21 19:20:30 +0000
commit17732724f33c6969c86a29c832e094b96a4483bf (patch)
tree5a5276a6aa015c94cfa47359a817472d59331fa8 /gdb/monitor.h
parentfd0407d670c5a89ba5ba8cba65a056ac8c709e75 (diff)
downloadfsf-binutils-gdb-17732724f33c6969c86a29c832e094b96a4483bf.zip
fsf-binutils-gdb-17732724f33c6969c86a29c832e094b96a4483bf.tar.gz
fsf-binutils-gdb-17732724f33c6969c86a29c832e094b96a4483bf.tar.bz2
Update makefile.in dependencies. Add header wrappers.
Diffstat (limited to 'gdb/monitor.h')
-rw-r--r--gdb/monitor.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/monitor.h b/gdb/monitor.h
index afdc3b2..85a44ff 100644
--- a/gdb/monitor.h
+++ b/gdb/monitor.h
@@ -21,6 +21,9 @@
Boston, MA 02111-1307, USA.
*/
+#ifndef MONITOR_H
+#define MONITOR_H
+
struct serial;
/* This structure describes the strings necessary to give small command
@@ -247,3 +250,5 @@ extern int monitor_readchar (void);
extern char *monitor_get_dev_name (void);
extern void init_monitor_ops (struct target_ops *);
extern int monitor_dump_reg_block (char *dump_cmd);
+
+#endif