clarify stable struct
This commit is contained in:
@@ -32,6 +32,10 @@
|
|||||||
|
|
||||||
typedef struct {
|
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 {
|
struct {
|
||||||
#define HocClkModuleStable_EnumMax 5
|
#define HocClkModuleStable_EnumMax 5
|
||||||
#define HocClkThermalSensorStable_EnumMax 11
|
#define HocClkThermalSensorStable_EnumMax 11
|
||||||
|
|||||||
Reference in New Issue
Block a user