aboutsummaryrefslogtreecommitdiff
path: root/gdb/ser-base.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ser-base.h')
-rw-r--r--gdb/ser-base.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/ser-base.h b/gdb/ser-base.h
index 37fe0a2..ecb7c99 100644
--- a/gdb/ser-base.h
+++ b/gdb/ser-base.h
@@ -17,8 +17,8 @@
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 SER_BASE_H
-#define SER_BASE_H
+#ifndef GDB_SER_BASE_H
+#define GDB_SER_BASE_H
#include "serial.h"
@@ -50,4 +50,4 @@ extern void ser_base_write (struct serial *scb, const void *buf, size_t count);
extern void ser_base_async (struct serial *scb, int async_p);
extern int ser_base_readchar (struct serial *scb, int timeout);
-#endif
+#endif /* GDB_SER_BASE_H */