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/cplb.h')
-rw-r--r--libgloss/bfin/include/cplb.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libgloss/bfin/include/cplb.h b/libgloss/bfin/include/cplb.h
index 06f92c94b..3917aafa9 100644
--- a/libgloss/bfin/include/cplb.h
+++ b/libgloss/bfin/include/cplb.h
@@ -14,7 +14,7 @@
*
* cplb.h
*
- * Copyright (C) 2008 Analog Devices, Inc.
+ * Copyright (C) 2008, 2009 Analog Devices, Inc.
*
************************************************************************/
@@ -84,6 +84,9 @@
#define CPLB_EVT_DCPLB_MISS 1
#define CPLB_EVT_DCPLB_WRITE 2
+/* size of cplb tables */
+#define __CPLB_TABLE_SIZE 16
+
#ifdef _MISRA_RULES
#pragma diag(pop)
#endif /* _MISRA_RULES */