Imported most of dolphin/os
This commit is contained in:
parent
023cd90675
commit
970da00ce2
35 changed files with 6591 additions and 131 deletions
20
include/dolphin/os/OSIC.h
Normal file
20
include/dolphin/os/OSIC.h
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
#ifndef _DOLPHIN_OSIC
|
||||
#define _DOLPHIN_OSIC
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void ICFlashInvalidate(void);
|
||||
void ICEnable(void);
|
||||
void ICDisable(void);
|
||||
void ICFreeze(void);
|
||||
void ICUnfreeze(void);
|
||||
void ICBlockInvalidate(void *addr);
|
||||
void ICSync(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue