mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-23 13:56:20 +00: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:
parent
efaa699446
commit
0576234460
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue