soc/amd/common/amdblocks/smi.h: include types.h instead of stdint.h

gpe_configure_sci has a size_t type parameter, so we need to include
types.h instead of stdint.h here.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I2879d5cf27c432871a2b9c5c90bdd539b97f9d3e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51414
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
Felix Held 2021-03-11 19:49:48 +01:00
parent f14c05f144
commit 8494d8a165
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#ifndef AMD_BLOCK_SMI_H
#define AMD_BLOCK_SMI_H
#include <stdint.h>
#include <types.h>
enum smi_mode {
SMI_MODE_DISABLE = 0,