mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 15:01:32 -04:00
4b30f1a654
* internal_rsp; move size_t and NULL to ultratypes.h * guint.h * Move system variables to os_system.h * controller, pi and vi * osint.h * piint.h * siint, ucode, viint, voiceinternal * Remove remaining variables from variables.h * format * final renames * bss * review * review
14 lines
226 B
C
14 lines
226 B
C
#ifndef PR_SIINT_H
|
|
#define PR_SIINT_H
|
|
|
|
#include "ultratypes.h"
|
|
|
|
extern u8 __osPfsInodeCacheBank;
|
|
|
|
void __osSiGetAccess(void);
|
|
void __osSiRelAccess(void);
|
|
s32 __osSiDeviceBusy(void);
|
|
void __osSiCreateAccessQueue(void);
|
|
|
|
#endif
|