mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-06 11:13:32 -05:00
14 lines
194 B
C
14 lines
194 B
C
//
|
|
// Created by red031000 (pokeheartgold) on 2020-05-05.
|
|
//
|
|
|
|
#ifndef NITRO_OS_TCM_H
|
|
#define NITRO_OS_TCM_H
|
|
|
|
#include <nitro/hw/consts.h>
|
|
|
|
u32 OS_GetDTCMAddress(void);
|
|
|
|
#endif //NITRO_OS_TCM_H
|
|
|