X-Git-Url: http://rtime.felk.cvut.cz/gitweb/arc.git/blobdiff_plain/afc3ab33cd50eac9f10e9bc7007e11bb2a5f9a50..f4f4fd3d51fd95d3d7936982a087b49438a8bdf3:/system/EcuM/EcuM_Internals.h diff --git a/system/EcuM/EcuM_Internals.h b/system/EcuM/EcuM_Internals.h index 4139c4c6..d1dd4e4e 100644 --- a/system/EcuM/EcuM_Internals.h +++ b/system/EcuM/EcuM_Internals.h @@ -67,6 +67,8 @@ typedef struct #endif uint32 run_requests; uint32 postrun_requests; + EcuM_WakeupSourceType wakeupEvents; + uint32 wakeupTimer; } EcuM_GlobalType; extern EcuM_GlobalType internal_data;