diff options
Diffstat (limited to 'gdb/aarch64-fbsd-tdep.h')
-rw-r--r-- | gdb/aarch64-fbsd-tdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/aarch64-fbsd-tdep.h b/gdb/aarch64-fbsd-tdep.h index 56b15a9..6d53b28 100644 --- a/gdb/aarch64-fbsd-tdep.h +++ b/gdb/aarch64-fbsd-tdep.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 AARCH64_FBSD_TDEP_H -#define AARCH64_FBSD_TDEP_H +#ifndef GDB_AARCH64_FBSD_TDEP_H +#define GDB_AARCH64_FBSD_TDEP_H #include "regset.h" @@ -39,4 +39,4 @@ extern const struct regset aarch64_fbsd_gregset; extern const struct regset aarch64_fbsd_fpregset; extern const struct regset aarch64_fbsd_tls_regset; -#endif /* AARCH64_FBSD_TDEP_H */ +#endif /* GDB_AARCH64_FBSD_TDEP_H */ |