4 #include "machineEvents.h"
5 #include "traceCoreCommon.h"
6 #include "machineProjections.h"
9 extern "C" void machine_procIdle()
13 LogEvent1(_MACHINE_LANG_ID, _E_PROC_IDLE, 1, iData);
16 extern "C" void machine_procBusy()
20 LogEvent1(_MACHINE_LANG_ID, _E_PROC_BUSY, 1, iData);