
Attention: currently, MetalSVM didn't support the floating point unit => no using of RCCE_wtime => no using of the data type RCCE_double => RCCE_init expect an integer value as frequency in MHZ
17 lines
283 B
C
17 lines
283 B
C
#include <asm/RCCE_lib.h>
|
|
#include <asm/RCCE.h>
|
|
#include <asm/SCC_API.h>
|
|
#include <metalsvm/stdlib.h>
|
|
#include <metalsvm/string.h>
|
|
|
|
#ifdef CONFIG_ROCKCREEK
|
|
|
|
int RCCE_DCMflush(void) {
|
|
int retval=0;
|
|
#ifdef SHMADD_CACHEABLE
|
|
retval = DCMflush();
|
|
#endif
|
|
return retval;
|
|
}
|
|
|
|
#endif
|