mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-06 11:13:32 -05:00
15 lines
165 B
C
15 lines
165 B
C
#ifndef NITRO_PXI_COMMON_INIT_H_
|
|
#define NITRO_PXI_COMMON_INIT_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void PXI_Init(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|