1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-29 22:41:17 +02:00

include: Add missing <linux/types.h>

These files have many "Linux" style types in them, add <linux/types.h>

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2024-05-01 19:30:24 -06:00
parent 0576234460
commit a37323a2cb
6 changed files with 9 additions and 1 deletions

View File

@@ -6,6 +6,8 @@
#ifndef _DISPLAY_H
#define _DISPLAY_H
#include <linux/types.h>
struct udevice;
struct display_timing;