ec/starlabs/merlin: Include stdint

These files use unit16_t and more, so this should be included.

Change-Id: If08dd6c3267b39cd72fcfaa9803c72260165337d
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/91815
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Sean Rhodes 2026-03-22 20:00:22 +00:00
commit 7bc3561803

View file

@ -7,6 +7,8 @@
#ifndef _EC_STARLABS_EC_H
#define _EC_STARLABS_EC_H
#include <stdint.h>
/*
* Define the expected value of the PNP base address that is fixed through
* the BADRSEL register controlled within the EC domain by the EC Firmware.