]> git.sur5r.net Git - openocd/blobdiff - src/target/nds32_reg.h
Make #include guard naming consistent
[openocd] / src / target / nds32_reg.h
index 1c61b6164bfdcb82cc88d6c767296bb5e6747022..8808cd244c436935682d4cbbf47d9df0d454370b 100644 (file)
  *   GNU General Public License for more details.                          *
  *                                                                         *
  *   You should have received a copy of the GNU General Public License     *
- *   along with this program; if not, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
+ *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
-#ifndef __NDS32_REG_H__
-#define __NDS32_REG_H__
+
+#ifndef OPENOCD_TARGET_NDS32_REG_H
+#define OPENOCD_TARGET_NDS32_REG_H
 
 #define SRIDX(a, b, c)                 ((a << 7) | (b << 3) | c)
 #define NDS32_REGISTER_DISABLE         (0x0)
@@ -323,4 +322,4 @@ const char *nds32_reg_simple_name(uint32_t number);
 const char *nds32_reg_symbolic_name(uint32_t number);
 bool nds32_reg_exception(uint32_t number, uint32_t value);
 
-#endif
+#endif /* OPENOCD_TARGET_NDS32_REG_H */