module-avb: aecp-aem: move type into their own dedicated header file

This commit is contained in:
hackerman-kl 2025-12-06 16:43:48 +01:00 committed by Wim Taymans
parent 2f83c5dab5
commit 86168ab1e2
4 changed files with 14 additions and 99 deletions

View file

@ -5,12 +5,15 @@
/* SPDX-License-Identifier: MIT */
#include <limits.h>
#include <stdbool.h>
#include <inttypes.h>
#include "../aecp.h"
#include "../aecp-aem.h"
#include "../aecp-aem-state.h"
#include "../descriptors.h"
#include "../aecp-aem-descriptors.h"
#include "../aecp-aem-types.h"
#include "cmd-resp-types.h"
#include "cmd-lock-entity.h"
#include "cmd-resp-helpers.h"