X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fnds32_aice.h;fp=src%2Ftarget%2Fnds32_aice.h;h=ae801ed31d5daf3700223c83e6a2dbb1bb6869b9;hb=d4b7cbff88bb5eb14fececdbd8e2a0b3e58ce6e0;hp=fefc67d6157e1cd5cc2c1a76076c3b931d14446b;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;p=openocd.git diff --git a/src/target/nds32_aice.h b/src/target/nds32_aice.h index fefc67d615..ae801ed31d 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 . * ***************************************************************************/ -#ifndef __NDS32_AICE_H__ -#define __NDS32_AICE_H__ + +#ifndef OPENOCD_TARGET_NDS32_AICE_H +#define OPENOCD_TARGET_NDS32_AICE_H #include @@ -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 */