pmd-sky/lib/include/nitro/os/tcm.h
2026-05-08 10:33:08 -07:00

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