src: Add missing include <stdint.h>
Change-Id: Idf10a09745756887a517da4c26db7a90a1bf9543 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29403 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
#ifndef RAMINIT_H
|
||||
#define RAMINIT_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define MAX_DIMM_SOCKETS_PER_CHANNEL 4
|
||||
#define MAX_NUM_CHANNELS 2
|
||||
#define MAX_DIMM_SOCKETS (MAX_NUM_CHANNELS * MAX_DIMM_SOCKETS_PER_CHANNEL)
|
||||
|
@@ -30,6 +30,8 @@
|
||||
#ifndef PEI_DATA_H
|
||||
#define PEI_DATA_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef void (*tx_byte_func)(unsigned char byte);
|
||||
#define PEI_VERSION 15
|
||||
|
||||
|
@@ -30,6 +30,8 @@
|
||||
#ifndef PEI_DATA_H
|
||||
#define PEI_DATA_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct {
|
||||
uint16_t mode; // 0: Disable, 1: Enable, 2: Auto, 3: Smart Auto
|
||||
uint16_t hs_port_switch_mask; // 4 bit mask, 1: switchable, 0: not switchable
|
||||
|
Reference in New Issue
Block a user