aboutsummaryrefslogtreecommitdiff
path: root/src/target/nds32_aice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/nds32_aice.h')
-rw-r--r--src/target/nds32_aice.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/target/nds32_aice.h b/src/target/nds32_aice.h
index fefc67d..ae801ed 100644
--- a/src/target/nds32_aice.h
+++ b/src/target/nds32_aice.h
@@ -15,8 +15,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 __NDS32_AICE_H__
-#define __NDS32_AICE_H__
+
+#ifndef OPENOCD_TARGET_NDS32_AICE_H
+#define OPENOCD_TARGET_NDS32_AICE_H
#include <jtag/aice/aice_port.h>
@@ -157,4 +158,4 @@ static inline int aice_set_data_endian(struct aice_port_s *aice,
return aice->port->api->set_data_endian(aice->coreid, target_data_endian);
}
-#endif
+#endif /* OPENOCD_TARGET_NDS32_AICE_H */