X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fnds32_disassembler.h;h=9117cbb08a1abf74bfc0638b7046f34b4f99accd;hp=ac0222e66e9cac581479d709841cd8b405eb64b7;hb=8b66c96974cafa24ebcd2739aae5e1a5a64fdf22;hpb=cf8a3c3d7075abad3c88cd604f8add4d06898abc diff --git a/src/target/nds32_disassembler.h b/src/target/nds32_disassembler.h index ac0222e66e..9117cbb08a 100644 --- a/src/target/nds32_disassembler.h +++ b/src/target/nds32_disassembler.h @@ -13,13 +13,11 @@ * 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 . * ***************************************************************************/ -#ifndef __NDS32_DISASSEMBLER_H__ -#define __NDS32_DISASSEMBLER_H__ +#ifndef OPENOCD_TARGET_NDS32_DISASSEMBLER_H +#define OPENOCD_TARGET_NDS32_DISASSEMBLER_H #include @@ -55,4 +53,4 @@ int nds32_read_opcode(struct nds32 *nds32, uint32_t address, uint32_t *value); int nds32_evaluate_opcode(struct nds32 *nds32, uint32_t opcode, uint32_t address, struct nds32_instruction *instruction); -#endif /* __NDS32_DISASSEMBLER_H__ */ +#endif /* OPENOCD_TARGET_NDS32_DISASSEMBLER_H */