forked from Imagelibrary/rtems
*** empty log message ***
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2008-07-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* libcsupport/include/rtems/libcsupport.h: Moved declaration of
|
||||
bsp_libc_init() into new bootcard.h.
|
||||
|
||||
* cpukit/include/rtems/irq-extension.h: New function
|
||||
rtems_interrupt_handler_iterate() for system information and
|
||||
diagnostics.
|
||||
@@ -131,7 +134,7 @@
|
||||
|
||||
* include/rtems/status-checks.h: Fix style.
|
||||
|
||||
2008-07-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
2008-07-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* rtems/include/rtems/rtems/intr.h: Documentation.
|
||||
|
||||
|
||||
@@ -73,13 +73,6 @@ rtems_extension libc_delete_hook(
|
||||
0 /* fatal */ \
|
||||
}
|
||||
|
||||
/*
|
||||
* FIXME: Nearly every BSP declares this function in the BSP startup file
|
||||
* separately and uses the implementation in c/src/lib/libbsp/shared/bsplibc.c.
|
||||
* Why differ the parameter types from RTEMS_Malloc_Initialize()?
|
||||
*/
|
||||
void bsp_libc_init( void *heap_start, uint32_t heap_size, int use_sbrk);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user