mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-06 01:41:15 -05:00
10 lines
105 B
C
10 lines
105 B
C
#pragma once
|
|
|
|
/**
|
|
* \defgroup dmae dmae
|
|
* DMA Engine.
|
|
*/
|
|
|
|
#include <dmae/mem.h>
|
|
#include <dmae/sync.h>
|