summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-04-30 19:06:22 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-04-30 19:07:12 -0500
commit957ce3386854e3ff0cc4cbddb75cd1b5dcbcb0f8 (patch)
treecd3cec2d1377f71a2276f186d2cb383c279f6906
parentschedsim/.../cpu.h: Account for new types and methods (diff)
downloadrtems-schedsim-957ce3386854e3ff0cc4cbddb75cd1b5dcbcb0f8.tar.bz2
schedsim/rtems/wkspace.c: Update to match current prototype
-rw-r--r--schedsim/rtems/wkspace.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/schedsim/rtems/wkspace.c b/schedsim/rtems/wkspace.c
index f4209d5..11877a1 100644
--- a/schedsim/rtems/wkspace.c
+++ b/schedsim/rtems/wkspace.c
@@ -30,7 +30,11 @@
/*
* _Workspace_Handler_initialization
*/
-void _Workspace_Handler_initialization(void)
+void _Workspace_Handler_initialization(
+ Heap_Area *areas,
+ size_t area_count,
+ Heap_Initialization_or_extend_handler extend
+)
{
}