summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/interr.h
diff options
context:
space:
mode:
authorsebastian.huber <sebastian.huber@ad346e48-6743-2946-b04c-964484d2d4e6>2019-10-25 13:19:01 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-05 07:29:00 +0100
commit3859cd63afb4cb5f76d125e80f968497478d553f (patch)
tree642d9c6e78f2fa8dcb1d027496cfb9ca1c710d49 /cpukit/include/rtems/score/interr.h
parentbsps/arm: Add support for small pages MMU (diff)
downloadrtems-3859cd63afb4cb5f76d125e80f968497478d553f.tar.bz2
rtems-5: Improve heap fatal error information
Update #3806.
Diffstat (limited to 'cpukit/include/rtems/score/interr.h')
-rw-r--r--cpukit/include/rtems/score/interr.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/include/rtems/score/interr.h b/cpukit/include/rtems/score/interr.h
index 73b3b077e3..544ad7ab9e 100644
--- a/cpukit/include/rtems/score/interr.h
+++ b/cpukit/include/rtems/score/interr.h
@@ -140,6 +140,13 @@ typedef enum {
RTEMS_FATAL_SOURCE_INVALID_HEAP_FREE = 12,
/**
+ * @brief Fatal source for heap errors.
+ *
+ * The fatal code is the address to a heap error context (Heap_Error_context).
+ */
+ RTEMS_FATAL_SOURCE_HEAP = 13,
+
+ /**
* @brief The last available fatal source.
*
* This enum value ensures that the enum type needs at least 32-bits for