Make #include guard naming consistent
[fw/openocd] / src / target / nds32_v3.h
index efdf269f4fe48f120549de0f503119d9a221a9b2..a5df8fe52b9afb7de758b95ee135d72d3f01b7c6 100644 (file)
@@ -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_V3_H__
-#define __NDS32_V3_H__
+
+#ifndef OPENOCD_TARGET_NDS32_V3_H
+#define OPENOCD_TARGET_NDS32_V3_H
 
 #include "nds32.h"
 
@@ -41,4 +42,4 @@ static inline struct nds32_v3_common *target_to_nds32_v3(struct target *target)
        return container_of(target->arch_info, struct nds32_v3_common, nds32);
 }
 
-#endif /* __NDS32_V3_H__ */
+#endif /* OPENOCD_TARGET_NDS32_V3_H */