From 2f3c0bc596826b1f0d051bdeac9845dcc33dd739 Mon Sep 17 00:00:00 2001 From: hackerman-kl Date: Sat, 10 Jan 2026 18:42:26 +0100 Subject: [PATCH] milan-avb: introducing aem control value units header --- src/modules/module-avb/aecp-aem-control-value-units.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/modules/module-avb/aecp-aem-control-value-units.h diff --git a/src/modules/module-avb/aecp-aem-control-value-units.h b/src/modules/module-avb/aecp-aem-control-value-units.h new file mode 100644 index 000000000..c9ef28c80 --- /dev/null +++ b/src/modules/module-avb/aecp-aem-control-value-units.h @@ -0,0 +1,8 @@ +#ifndef __AVB_AECP_AEM_CONTROL_VALUE_UNITS__ +#define __AVB_AECP_AEM_CONTROL_VALUE_UNITS__ + +#define CONTROL_LINEAR_UINT8_SIZE 1 +#define CONTROL_LINEAR_UINT8_TYPE (uint8_t) +#define CONTROL_LINEAR_UINT_MAX_COUNT (44U) + +#endif //__AVB_AECP_AEM_CONTROL_VALUE_UNITS__