jak-project/game/sce/libdma.h

9 lines
161 B
C
Raw Normal View History

#pragma once
#include "common/common_types.h"
namespace ee {
struct sceDmaChan {};
int sceDmaSync(sceDmaChan* chan, s32 mode, s32 timeout);
} // namespace ee