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:
parent
e657f5da15
commit
7bc3561803
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue