diff options
Diffstat (limited to 'gdb/target-dcache.h')
-rw-r--r-- | gdb/target-dcache.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/target-dcache.h b/gdb/target-dcache.h index 4acc82f..a199a23 100644 --- a/gdb/target-dcache.h +++ b/gdb/target-dcache.h @@ -15,8 +15,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 TARGET_DCACHE_H -#define TARGET_DCACHE_H +#ifndef GDB_TARGET_DCACHE_H +#define GDB_TARGET_DCACHE_H #include "dcache.h" #include "progspace.h" @@ -33,4 +33,4 @@ extern int stack_cache_enabled_p (void); extern int code_cache_enabled_p (void); -#endif /* TARGET_DCACHE_H */ +#endif /* GDB_TARGET_DCACHE_H */ |