sb/intel: Add missing <types.h>
Add needed but missing <types.h>. Change-Id: I19d01e1837b1ee946c66d4cc22a5138b64d72078 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50577 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
030d338bb2
commit
608a75c05a
|
@ -23,6 +23,7 @@
|
|||
#include <southbridge/intel/common/pmutil.h>
|
||||
#include <southbridge/intel/common/rtc.h>
|
||||
#include <southbridge/intel/common/spi.h>
|
||||
#include <types.h>
|
||||
|
||||
#define NMI_OFF 0
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
/* This file is derived from the flashrom project. */
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <bootstate.h>
|
||||
#include <commonlib/helpers.h>
|
||||
|
@ -17,6 +16,7 @@
|
|||
#include <spi_flash.h>
|
||||
#include <spi-generic.h>
|
||||
#include <timer.h>
|
||||
#include <types.h>
|
||||
|
||||
#include "spi.h"
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
#include <southbridge/intel/common/acpi_pirq_gen.h>
|
||||
#include <southbridge/intel/common/rtc.h>
|
||||
#include <southbridge/intel/common/spi.h>
|
||||
#include <types.h>
|
||||
|
||||
#define NMI_OFF 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue