mirror of
https://dev.lirent.ru/Vatrog/vm-control-io.git
synced 2026-06-18 01:36:36 +03:00
vmctl: keep public header comments in English
This commit is contained in:
+3
-2
@@ -85,7 +85,8 @@ int vmctl_wakeup (vmctl_t* v); /* system_wakeup (from S3/S4) */
|
|||||||
int vmctl_pause (vmctl_t* v); /* stop */
|
int vmctl_pause (vmctl_t* v); /* stop */
|
||||||
int vmctl_resume (vmctl_t* v); /* cont */
|
int vmctl_resume (vmctl_t* v); /* cont */
|
||||||
|
|
||||||
/* Последовательность/контекст передачи — signaling; тайминги и решения — control;
|
/* Transfer sequencing/context belongs to signaling; timing and decisions to
|
||||||
* чтение состояния VM — сенсоры. Здесь, в Input-слое, только атомарная актуация. */
|
* control; reading VM state to sensors. Here, in the Input layer, only atomic
|
||||||
|
* actuation. */
|
||||||
|
|
||||||
#endif /* VMCTL_H */
|
#endif /* VMCTL_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user