blob: 66f8ec59c7582704ca2c1d2933a160b05645de32 (
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(void);
#endif //POKEDIAMOND_OS_TCM_H
|