Changed bsp_get_workarea() to bsp_get_work_area() and

added support for an optional separate heap area.
This commit is contained in:
Thomas Doerfler
2008-07-24 14:52:55 +00:00
parent 075d81772d
commit d4886a0695
26 changed files with 280 additions and 141 deletions

View File

@@ -1,7 +1,7 @@
/*
* This is a shared BSP pretasking hook which does nothing.
* If all the BSP needs to do is initialize the C library,
* then it can rely on bootcard.c and provide bsp_get_workarea().
* then it can rely on bootcard.c and provide bsp_get_work_area().
*
* COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
@@ -13,10 +13,9 @@
* $Id$
*/
#include <rtems.h>
#include <rtems/libio.h>
#include <fcntl.h>
#include <bsp/bootcard.h>
void bsp_pretasking_hook(void)
{
/* Do nothing */
}