diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-05-27 08:49:57 +0100 |
---|---|---|
committer | Martin L Roth <gaumless@tutanota.com> | 2022-05-28 14:16:19 +0000 |
commit | 0b3789f3762356431d6567ba51a44c2a927bdce9 (patch) | |
tree | ec32ca75f005ae4363973506d2e89defd46ee7a6 /src | |
parent | c2eb9e6e81d1ca1236d36ae240f67f3727a202c3 (diff) |
ec/starlabs/merlin/kbl: Add required headers for dead_code_t
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: Ia6c3ba80d5e6ac3d4fd8a935732ef7e32cf33998
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64718
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@tutanota.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/ec/starlabs/merlin/variants/kbl/ecdefs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ec/starlabs/merlin/variants/kbl/ecdefs.h b/src/ec/starlabs/merlin/variants/kbl/ecdefs.h index af771c4613..a9dda92716 100644 --- a/src/ec/starlabs/merlin/variants/kbl/ecdefs.h +++ b/src/ec/starlabs/merlin/variants/kbl/ecdefs.h @@ -1,5 +1,8 @@ /* SPDX-License-Identifier: GPL-2.0-only */ +#include <assert.h> +#include <stdint.h> + /* * EC communication interface for ITE Embedded Controller */ |