diff options
Diffstat (limited to 'gdb/or1k-linux-tdep.h')
-rw-r--r-- | gdb/or1k-linux-tdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/or1k-linux-tdep.h b/gdb/or1k-linux-tdep.h index 4e84e72..b510f32 100644 --- a/gdb/or1k-linux-tdep.h +++ b/gdb/or1k-linux-tdep.h @@ -17,10 +17,10 @@ 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 OR1K_LINUX_TDEP_H -#define OR1K_LINUX_TDEP_H +#ifndef GDB_OR1K_LINUX_TDEP_H +#define GDB_OR1K_LINUX_TDEP_H /* Target descriptions. */ extern struct target_desc *tdesc_or1k_linux; -#endif /* OR1K_LINUX_TDEP_H */ +#endif /* GDB_OR1K_LINUX_TDEP_H */ |