diff options
Diffstat (limited to 'gdb/ser-base.h')
-rw-r--r-- | gdb/ser-base.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/ser-base.h b/gdb/ser-base.h index 37fe0a2..524278d 100644 --- a/gdb/ser-base.h +++ b/gdb/ser-base.h @@ -1,6 +1,6 @@ /* Generic serial interface functions. - Copyright (C) 2005-2024 Free Software Foundation, Inc. + Copyright (C) 2005-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -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 */ |