#ifndef PPC_GENERIC_FLUSH_CACHE_H #define PPC_GENERIC_FLUSH_CACHE_H #include #ifdef __cplusplus extern "C" { #endif void TRK_flush_cache(void* param_1, int param_2); #ifdef __cplusplus } #endif #endif /* PPC_GENERIC_FLUSH_CACHE_H */