diff options
Diffstat (limited to 'gdb/hppa-bsd-tdep.h')
-rw-r--r-- | gdb/hppa-bsd-tdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/hppa-bsd-tdep.h b/gdb/hppa-bsd-tdep.h index 42aefe6..54599ab 100644 --- a/gdb/hppa-bsd-tdep.h +++ b/gdb/hppa-bsd-tdep.h @@ -17,9 +17,9 @@ 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 HPPA_BSD_TDEP_H -#define HPPA_BSD_TDEP_H +#ifndef GDB_HPPA_BSD_TDEP_H +#define GDB_HPPA_BSD_TDEP_H extern void hppabsd_init_abi (struct gdbarch_info, struct gdbarch *); -#endif /* hppa-bsd-tdep.h */ +#endif /* GDB_HPPA_BSD_TDEP_H */ |