18 lines
283 B
C
18 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
|