mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
b171712e0e
* match libultra ique pt 1 * add sgidefs.h to include/gcc * recvmesg match + _getcount * add elfpatch.py for those compiled with -mips3 * pt 2 * os/setthreadpri(.data) -> os/thread * os thread matches * os timer matches * pt 4 (erm... 3?) * vitbl * os pi matches * pt. uhmmmm, i've lost track... * os pfs matches * replace elfpatch.py * pt. just forget it... * outsource from ultralib ique branch * . * . 2 * final blow * add egcs compiler to Jenkinsfile * fix errors from CI * minor changes as requested
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
|