2021-07-14 12:54:01 -07:00

9 lines
106 B
C++

#ifndef TOP_TARGET_INIT_HPP
#define TOP_TARGET_INIT_HPP
extern "C" {
void localTargetInit();
}
#endif