diff options
Diffstat (limited to 'gdb/riscv-ravenscar-thread.h')
-rw-r--r-- | gdb/riscv-ravenscar-thread.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/riscv-ravenscar-thread.h b/gdb/riscv-ravenscar-thread.h index a586a85..8773043 100644 --- a/gdb/riscv-ravenscar-thread.h +++ b/gdb/riscv-ravenscar-thread.h @@ -17,11 +17,11 @@ 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 RISCV_RAVENSCAR_THREAD_H -#define RISCV_RAVENSCAR_THREAD_H +#ifndef GDB_RISCV_RAVENSCAR_THREAD_H +#define GDB_RISCV_RAVENSCAR_THREAD_H struct gdbarch; extern void register_riscv_ravenscar_ops (struct gdbarch *gdbarch); -#endif +#endif /* GDB_RISCV_RAVENSCAR_THREAD_H */ |