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__