mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 21:45:00 +03:00
16 lines
276 B
C
16 lines
276 B
C
|
#ifndef _SIINT_H
|
||
|
#define _SIINT_H
|
||
|
|
||
|
#include "PR/os_internal.h"
|
||
|
#include "PR/rcp.h"
|
||
|
|
||
|
extern s32 __osEepromRead16K;
|
||
|
extern u8 __osPfsInodeCacheBank;
|
||
|
|
||
|
void __osSiGetAccess(void);
|
||
|
void __osSiRelAccess(void);
|
||
|
int __osSiDeviceBusy(void);
|
||
|
void __osSiCreateAccessQueue(void);
|
||
|
|
||
|
#endif
|