target/etm: change prototype of etmv1_analyze_trace()
[fw/openocd] / src / target / nds32_insn.h
index 08d3c5ca911efcef4f1835fbdb410452a903bce6..eb666451762cd0f9492e838d2371b9355eac6be9 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_INSN_H__
-#define __NDS32_INSN_H__
 
+#ifndef OPENOCD_TARGET_NDS32_INSN_H
+#define OPENOCD_TARGET_NDS32_INSN_H
 
 #define NOP                                            (0x40000009)
 #define DSB                                            (0x64000008)
@@ -77,5 +75,4 @@
 extern const int NDS32_BREAK_16;
 extern const int NDS32_BREAK_32;
 
-
-#endif /* __NDS32_INSN_H__ */
+#endif /* OPENOCD_TARGET_NDS32_INSN_H */