mirror of
https://github.com/zeldaret/oot
synced 2026-05-23 06:54:24 -04:00
5133db15a3
* split most of functions.h * osdriverominit * forgot include * fix * remove functions.h * temporary fix for fix_bss * fix bss * revert fix_bss.py change
7 lines
90 B
C
7 lines
90 B
C
#ifndef LIBU64_RCP_UTILS_H
|
|
#define LIBU64_RCP_UTILS_H
|
|
|
|
void RcpUtils_Reset(void);
|
|
|
|
#endif
|