src: Add missing include <stdint.h>
Change-Id: I6a9d71e69ed9230b92f0f330875515a5df29fc06 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29312 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
#ifndef SOC_INTEL_COMMON_BLOCK_SMM_H
|
||||
#define SOC_INTEL_COMMON_BLOCK_SMM_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/*
|
||||
* This common code block relies on each specific SOC defining the macro
|
||||
* ENABLE_SMI_PARAMS for the values needed for SMI enabling on the
|
||||
|
@@ -14,6 +14,8 @@
|
||||
#ifndef SOC_INTEL_COMMON_BLOCK_VMX_H
|
||||
#define SOC_INTEL_COMMON_BLOCK_VMX_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct vmx_param {
|
||||
uint8_t enable;
|
||||
};
|
||||
|
Reference in New Issue
Block a user