diff options
Diffstat (limited to 'gdb/aarch64-linux-tdep.h')
-rw-r--r-- | gdb/aarch64-linux-tdep.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/aarch64-linux-tdep.h b/gdb/aarch64-linux-tdep.h index f8d6104..814222e 100644 --- a/gdb/aarch64-linux-tdep.h +++ b/gdb/aarch64-linux-tdep.h @@ -18,6 +18,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 AARCH64_LINUX_TDEP_H +#define AARCH64_LINUX_TDEP_H + #include "regset.h" /* The general-purpose regset consists of 31 X registers, plus SP, PC, @@ -32,3 +35,5 @@ extern const struct regset aarch64_linux_gregset; extern const struct regset aarch64_linux_fpregset; + +#endif /* AARCH64_LINUX_TDEP_H */ |