You've already forked hackerlibultra
mirror of
https://github.com/HackerN64/hackerlibultra.git
synced 2026-01-21 10:37:53 -08:00
* controller.h * siint.h * osint and viint * piint.h * rmonint.h * Remove ARRLEN from controller.h * PRinternal * controller_gbpak.h and controller_voice.h
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
|