summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/pheapgetsize.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/pheapgetsize.c')
-rw-r--r--cpukit/score/src/pheapgetsize.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/cpukit/score/src/pheapgetsize.c b/cpukit/score/src/pheapgetsize.c
index c283d34c13..fbf90ea3a4 100644
--- a/cpukit/score/src/pheapgetsize.c
+++ b/cpukit/score/src/pheapgetsize.c
@@ -1,4 +1,12 @@
/**
+ * @file
+ *
+ * @ingroup ScoreProtHeap
+ *
+ * @brief Protected Heap Handler implementation.
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
@@ -16,7 +24,7 @@
#include <rtems/system.h>
#include <rtems/score/protectedheap.h>
-uint32_t _Protected_heap_Get_size(
+uintptr_t _Protected_heap_Get_size(
Heap_Control *the_heap
)
{