Files
Luke Street 1b0b96665a Migrate to dtk-template
Co-authored-by: NWPlayer123 <NWPlayer123@users.noreply.github.com>
2024-10-28 19:18:21 -06:00

22 lines
267 B
C

#ifndef BATCONFIG_H
#define BATCONFIG_H
#include "types.h"
#include "dolphin/os/OSMemory.h"
#include "dolphin/os/OSInterrupt.h"
#ifdef __cplusplus
extern "C" {
#endif
void Config24MB();
void Config48MB();
void ReconfigBATs();
#ifdef __cplusplus
}
#endif
#endif