blob: 7112ca0ee4cd0afc99f82c6497a6b9e858fc00c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
//
// Created by red031000 on 2020-05-05.
//
#ifndef POKEDIAMOND_OS_TCM_H
#define POKEDIAMOND_OS_TCM_H
#include "consts.h"
u32 OS_GetDTCMAddress();
#endif //POKEDIAMOND_OS_TCM_H
|