Import TRK 2.6
This commit is contained in:
parent
3e3b4ac2b1
commit
0de51f3ffa
82 changed files with 7987 additions and 14 deletions
16
include/TRK_MINNOW_DOLPHIN/ppc/Generic/flush_cache.h
Normal file
16
include/TRK_MINNOW_DOLPHIN/ppc/Generic/flush_cache.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#ifndef PPC_GENERIC_FLUSH_CACHE_H
|
||||
#define PPC_GENERIC_FLUSH_CACHE_H
|
||||
|
||||
#include <dolphin/types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void TRK_flush_cache(void* param_1, int param_2);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PPC_GENERIC_FLUSH_CACHE_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue