Make #include guard naming consistent
[fw/openocd] / src / target / nds32_edm.h
index 25ac64be26c4c13fbad0f840727def564106e07e..1dec190f1263c38228256010c62f0350a49ce236 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_EDM_H__
-#define __NDS32_EDM_H__
+
+#ifndef OPENOCD_TARGET_NDS32_EDM_H
+#define OPENOCD_TARGET_NDS32_EDM_H
 
 /**
  * @file
@@ -111,4 +112,4 @@ enum nds_memory_select {
 #define NDS_EDMSW_WDV          (1 << 0)
 #define NDS_EDMSW_RDV          (1 << 1)
 
-#endif /* __NDS32_EDM_H__ */
+#endif /* OPENOCD_TARGET_NDS32_EDM_H */