Split mslsupp.c rename TRK functions

Former-commit-id: 1974f6fc22
This commit is contained in:
2022-04-11 21:53:51 -07:00
parent b96bbbad88
commit 37584253a3
8 changed files with 50 additions and 29 deletions

View File

@@ -0,0 +1,14 @@
#ifndef __TRKINIT_H__
#define __TRKINIT_H__
#ifdef __cplusplus
extern "C" {
#endif
void InitMetroTRK(void);
void EnableMetroTRKInterrupts(void);
#ifdef __cplusplus
}
#endif
#endif /* #ifndef __TRKINIT_H__ */