aboutsummaryrefslogtreecommitdiff
path: root/src/target/nds32_tlb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/nds32_tlb.h')
-rw-r--r--src/target/nds32_tlb.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/target/nds32_tlb.h b/src/target/nds32_tlb.h
index a342d39e..ada2c198 100644
--- a/src/target/nds32_tlb.h
+++ b/src/target/nds32_tlb.h
@@ -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_TLB_H__
-#define __NDS32_TLB_H__
+
+#ifndef OPENOCD_TARGET_NDS32_TLB_H
+#define OPENOCD_TARGET_NDS32_TLB_H
#include "nds32.h"
@@ -43,4 +44,4 @@ extern int nds32_probe_tlb(struct nds32 *nds32, const uint32_t virtual_address,
extern int nds32_walk_page_table(struct nds32 *nds32, const uint32_t virtual_address,
uint32_t *physical_address);
-#endif
+#endif /* OPENOCD_TARGET_NDS32_TLB_H */