mirror of
https://gitlab.com/banjo.decomp/banjo-kazooie
synced 2026-08-11 03:03:24 -04:00
10 lines
194 B
C
10 lines
194 B
C
#ifndef BANJO_KAZOOIE_CORE1_PARALLEL_H
|
|
#define BANJO_KAZOOIE_CORE1_PARALLEL_H
|
|
|
|
#include <ultra64.h>
|
|
|
|
void parallel_readDMA(void *vaddr, s32 devaddr, s32 size);
|
|
void parallel_init(void);
|
|
|
|
#endif
|