clarify stable struct

This commit is contained in:
Lightos1
2026-05-08 18:18:32 +02:00
parent 916e5c5ddf
commit b7e7f0f720

View File

@@ -32,6 +32,10 @@
typedef struct {
/*
* This "stable struct" must never be modified. It provides a fixed memory layout so external clients can safely read the expected fields even
* if HocClkContext changes in newer versions and the client is not recompiled.
*/
struct {
#define HocClkModuleStable_EnumMax 5
#define HocClkThermalSensorStable_EnumMax 11