prime/include/MetroTRK/TrkInit.h

14 lines
212 B
C
Raw Normal View History

#ifndef _TRKINIT
#define _TRKINIT
2022-04-12 04:53:51 +00:00
#ifdef __cplusplus
extern "C" {
#endif
void InitMetroTRK(void);
void EnableMetroTRKInterrupts(void);
#ifdef __cplusplus
}
#endif // _TRKINIT
2022-04-12 04:53:51 +00:00
#endif /* #ifndef __TRKINIT_H__ */