SSBM Decomp
Loading...
Searching...
No Matches
OSIC.h
Go to the documentation of this file.
1
#ifndef _DOLPHIN_OSIC_H_
2
#define _DOLPHIN_OSIC_H_
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
void
ICFlashInvalidate
(
void
);
9
void
ICEnable
(
void
);
10
void
ICDisable
(
void
);
11
void
ICFreeze
(
void
);
12
void
ICUnfreeze
(
void
);
13
void
ICBlockInvalidate
(
void
*addr);
14
void
ICSync
(
void
);
15
16
#ifdef __cplusplus
17
}
18
#endif
19
20
#endif
ICEnable
void ICEnable(void)
ICSync
void ICSync(void)
ICDisable
void ICDisable(void)
ICFreeze
void ICFreeze(void)
ICBlockInvalidate
void ICBlockInvalidate(void *addr)
ICUnfreeze
void ICUnfreeze(void)
ICFlashInvalidate
void ICFlashInvalidate(void)
extern
dolphin
include
dolphin
os
OSIC.h
Generated by
1.15.0