forked from Imagelibrary/rtems
2010-04-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/spw/grspw_rasta.c: Guard prototype of grspw_rasta_calc_memoffs in #ifdef GRSPW_STATIC_MEM to avoid warning.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2010-04-07 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* shared/spw/grspw_rasta.c: Guard prototype of
|
||||||
|
grspw_rasta_calc_memoffs in #ifdef GRSPW_STATIC_MEM to avoid
|
||||||
|
warning.
|
||||||
|
|
||||||
2010-04-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2010-04-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* shared/gnatcommon.c: #include <unistd.h>.
|
* shared/gnatcommon.c: #include <unistd.h>.
|
||||||
|
|||||||
@@ -70,7 +70,9 @@ static inline unsigned int memarea_to_hw(unsigned int addr) {
|
|||||||
|
|
||||||
void (*grspw_rasta_int_reg)(void *handler, int irq, void *arg) = 0;
|
void (*grspw_rasta_int_reg)(void *handler, int irq, void *arg) = 0;
|
||||||
|
|
||||||
|
#ifdef GRSPW_STATIC_MEM
|
||||||
static int grspw_rasta_calc_memoffs(int maxcores, int corenum, unsigned int *mem_base, unsigned int *mem_end, unsigned int *bdtable_base);
|
static int grspw_rasta_calc_memoffs(int maxcores, int corenum, unsigned int *mem_base, unsigned int *mem_end, unsigned int *bdtable_base);
|
||||||
|
#endif
|
||||||
|
|
||||||
int grspw_rasta_interrupt_handler(unsigned int status);
|
int grspw_rasta_interrupt_handler(unsigned int status);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user