summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/pheapallocatealigned.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/pheapallocatealigned.c')
-rw-r--r--cpukit/score/src/pheapallocatealigned.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/cpukit/score/src/pheapallocatealigned.c b/cpukit/score/src/pheapallocatealigned.c
index 97873f9b29..756d8a8aa2 100644
--- a/cpukit/score/src/pheapallocatealigned.c
+++ b/cpukit/score/src/pheapallocatealigned.c
@@ -1,4 +1,12 @@
/**
+ * @file
+ *
+ * @ingroup ScoreProtHeap
+ *
+ * @brief Protected Heap Handler implementation.
+ */
+
+/*
* COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*
@@ -18,8 +26,8 @@
void *_Protected_heap_Allocate_aligned(
Heap_Control *the_heap,
- intptr_t size,
- uint32_t alignment
+ uintptr_t size,
+ uintptr_t alignment
)
{
void *p;