Files
pokediamond/arm9/lib/include/OS_tcm.h
2020-05-24 18:20:52 +01:00

13 lines
186 B
C

//
// Created by red031000 on 2020-05-05.
//
#ifndef POKEDIAMOND_OS_TCM_H
#define POKEDIAMOND_OS_TCM_H
#include "consts.h"
u32 OS_GetDTCMAddress(void);
#endif //POKEDIAMOND_OS_TCM_H