mirror of
https://xff.cz/git/u-boot/
synced 2025-10-28 09:03:52 +01:00
x86: Add missing <linux/types.h>
This file has many "Linux" style types in it, add <linux/types.h> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
#ifndef _COREBOOT_TABLES_H
|
#ifndef _COREBOOT_TABLES_H
|
||||||
#define _COREBOOT_TABLES_H
|
#define _COREBOOT_TABLES_H
|
||||||
|
|
||||||
|
#include <linux/kernel.h>
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
|
|
||||||
struct timestamp_entry {
|
struct timestamp_entry {
|
||||||
|
|||||||
Reference in New Issue
Block a user