UPSTREAM: driver/fsp2_0: Include stdint header file in api.h
'bool' type is reported undefined due to missing stdint.h inclusion, Fix it by including the same. BUG=None BRANCH=None TEST=None Signed-off-by: Naresh G Solanki <naresh.solanki@intel.com> Reviewed-on: https://review.coreboot.org/16538 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org> Change-Id: Ib09c121471bd8c490442330a478145a7d1d8855f Reviewed-on: https://chromium-review.googlesource.com/384966 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
0a43410459
commit
7d2b796afe
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
#define _FSP2_0_API_H_
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <fsp/soc_binding.h>
|
||||
|
||||
#define FSP_SUCCESS EFI_SUCCESS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue