forked from Imagelibrary/rtems
2010-12-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
* configure.ac, include/bspopts.h.in: More options. * include/lpc32xx.h: Added watchdog definitions. * include/mmu.h, misc/mmu.c: Added const qualifier. * startup/bspreset.c: Use watchdog reset.
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
#include <bsp/mmu.h>
|
||||
|
||||
void lpc32xx_set_translation_table_entries(
|
||||
void *begin,
|
||||
void *end,
|
||||
const void *begin,
|
||||
const void *end,
|
||||
uint32_t section_flags
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user