summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/include/fatal.h
diff options
context:
space:
mode:
authorRalf Kirchner <ralf.kirchner@embedded-brains.de>2014-03-14 15:06:43 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-14 16:01:33 +0100
commit5dc268f96d5576ac6e724a28d0b2332af6a8948f (patch)
tree47e0918996ef8dc6508646ecc3b337f2b00eab48 /c/src/lib/libbsp/shared/include/fatal.h
parentbsps/arm: Add DP83848 PHY support to LPC Ethernet (diff)
downloadrtems-5dc268f96d5576ac6e724a28d0b2332af6a8948f.tar.bz2
libchip: Relax buffer counts and add fatal error
Diffstat (limited to 'c/src/lib/libbsp/shared/include/fatal.h')
-rw-r--r--c/src/lib/libbsp/shared/include/fatal.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/shared/include/fatal.h b/c/src/lib/libbsp/shared/include/fatal.h
index a2b90e8ba9..2ba295d07b 100644
--- a/c/src/lib/libbsp/shared/include/fatal.h
+++ b/c/src/lib/libbsp/shared/include/fatal.h
@@ -98,7 +98,10 @@ typedef enum {
MRM332_FATAL_SPURIOUS_INTERRUPT = BSP_FATAL_CODE_BLOCK(6),
/* PowerPC fatal codes */
- PPC_FATAL_EXCEPTION_INITIALIZATION = BSP_FATAL_CODE_BLOCK(7)
+ PPC_FATAL_EXCEPTION_INITIALIZATION = BSP_FATAL_CODE_BLOCK(7),
+
+ /* Libchip fatal codes */
+ DWMAC_FATAL_TOO_MANY_RBUFS_CONFIGURED = BSP_FATAL_CODE_BLOCK(8)
} bsp_fatal_code;
RTEMS_COMPILER_NO_RETURN_ATTRIBUTE static inline void