diff options
Diffstat (limited to 'gdb/arm-linux-tdep.h')
-rw-r--r-- | gdb/arm-linux-tdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/arm-linux-tdep.h b/gdb/arm-linux-tdep.h index a6eeb33..7aa69ce 100644 --- a/gdb/arm-linux-tdep.h +++ b/gdb/arm-linux-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 ARM_LINUX_TDEP_H -#define ARM_LINUX_TDEP_H +#ifndef GDB_ARM_LINUX_TDEP_H +#define GDB_ARM_LINUX_TDEP_H struct regset; struct regcache; @@ -67,4 +67,4 @@ void arm_linux_collect_nwfpe (const struct regset *regset, #define HWCAP_VFPv3 8192 #define HWCAP_VFPv3D16 16384 -#endif /* ARM_LINUX_TDEP_H */ +#endif /* GDB_ARM_LINUX_TDEP_H */ |