diff options
Diffstat (limited to 'gdb/arm-netbsd-tdep.h')
-rw-r--r-- | gdb/arm-netbsd-tdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/arm-netbsd-tdep.h b/gdb/arm-netbsd-tdep.h index 75b1fb9..6e554d4 100644 --- a/gdb/arm-netbsd-tdep.h +++ b/gdb/arm-netbsd-tdep.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 ARM_NBSD_TDEP_H -#define ARM_NBSD_TDEP_H +#ifndef GDB_ARM_NETBSD_TDEP_H +#define GDB_ARM_NETBSD_TDEP_H void arm_nbsd_supply_gregset (const struct regset *regset, struct regcache *regcache, int regnum, const void *gregs, size_t len); -#endif +#endif /* GDB_ARM_NETBSD_TDEP_H */ |