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:
parent
b06f8ddfe8
commit
dfbe6bd5c3
38 changed files with 77 additions and 3 deletions
|
|
@ -17,6 +17,8 @@
|
|||
#ifndef TCG_TSS_COMMON_H_
|
||||
#define TCG_TSS_COMMON_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define TPM_PCR_MINIMUM_DIGEST_SIZE 20
|
||||
#define TPM_SUCCESS ((uint32_t)0x00000000)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue