Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/bfin/include/cdefBF549.h')
-rw-r--r--libgloss/bfin/include/cdefBF549.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/libgloss/bfin/include/cdefBF549.h b/libgloss/bfin/include/cdefBF549.h
index 47f226a30..d95674de6 100644
--- a/libgloss/bfin/include/cdefBF549.h
+++ b/libgloss/bfin/include/cdefBF549.h
@@ -13,7 +13,7 @@
/*
** cdefBF549.h
**
-** Copyright (C) 2008 Analog Devices, Inc.
+** Copyright (C) 2008, 2009 Analog Devices, Inc.
**
************************************************************************************
**
@@ -38,6 +38,11 @@
/* include cdefBF54x_base.h for the set of #defines that are common to all ADSP-BF54x processors */
#include <cdefBF54x_base.h>
+#ifdef _MISRA_RULES
+#pragma diag(push)
+#pragma diag(suppress:misra_rule_19_4:"some macro definitions not MISRA compliant")
+#endif /* _MISRA_RULES */
+
/* The following are the #defines needed by ADSP-BF549 that are not in the common header */
/* Timer Registers */
@@ -1040,4 +1045,8 @@
#define pPIXC_CCBIAS ((volatile unsigned long *)PIXC_CCBIAS)
#define pPIXC_TC ((volatile unsigned long *)PIXC_TC)
+#ifdef _MISRA_RULES
+#pragma diag(pop)
+#endif /* _MISRA_RULES */
+
#endif /* _CDEF_BF549_H */