From aaf948a6be72a92aef286c01f6902505364e8152 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Thu, 3 Dec 2009 04:14:49 -0800 Subject: change #include "mips_ejtag.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "mips_ejtag.h" the following form should be used. #include The exception is from .c files in the same directory. --- src/target/mips32_dmaacc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/mips32_dmaacc.h') diff --git a/src/target/mips32_dmaacc.h b/src/target/mips32_dmaacc.h index c1aa07dd..e614c124 100644 --- a/src/target/mips32_dmaacc.h +++ b/src/target/mips32_dmaacc.h @@ -25,7 +25,7 @@ #ifndef MIPS32_DMAACC_H #define MIPS32_DMAACC_H -#include "mips_ejtag.h" +#include #define EJTAG_CTRL_DMA_BYTE 0x00000000 #define EJTAG_CTRL_DMA_HALFWORD 0x00000080 -- cgit v1.2.3