mirror of
https://github.com/open-goal/jak-project.git
synced 2024-12-02 19:26:27 +00:00
9 lines
161 B
C
9 lines
161 B
C
|
#pragma once
|
||
|
|
||
|
#include "common/common_types.h"
|
||
|
|
||
|
namespace ee {
|
||
|
struct sceDmaChan {};
|
||
|
|
||
|
int sceDmaSync(sceDmaChan* chan, s32 mode, s32 timeout);
|
||
|
} // namespace ee
|