mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-01 17:57:10 -04:00
8 lines
108 B
C
8 lines
108 B
C
#ifndef _IN_BOOT_RESET_H
|
|
#define _IN_BOOT_RESET_H
|
|
#include <ultra64.h>
|
|
|
|
void resetproc(void *data);
|
|
|
|
#endif
|