src: Add missing include <types.h>

Change-Id: Iabe55bfbc8e047c0791c21d162767081a181b6c5
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37411
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2019-12-01 13:21:52 +01:00 committed by Kyösti Mälkki
parent 3917904878
commit 4f66cb9b28
3 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#ifndef _I2C_PTN3460_H_
#define _I2C_PTN3460_H_
#include <stdint.h>
#include <types.h>
#define PTN_EDID_OFF 0x00
#define PTN_EDID_LEN 0x80

View File

@ -17,6 +17,7 @@
#include <console/console.h>
#include "ipmi_ops.h"
#include <string.h>
#include <types.h>
enum cb_err ipmi_init_and_start_bmc_wdt(const int port, uint16_t countdown,
uint8_t action)

View File

@ -18,6 +18,7 @@
#include <device/device.h>
#include <ec/acpi/ec.h>
#include <option.h>
#include <types.h>
#include "h8.h"
#include "chip.h"