mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-02 01:59:43 -04:00
10 lines
199 B
C
10 lines
199 B
C
#ifndef _IN_LIB_LIB_06440_H
|
|
#define _IN_LIB_LIB_06440_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
s32 osEepromLongWrite(OSMesgQueue *mq, u8 address, u8 *buffer, int nbytes);
|
|
|
|
#endif
|