1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-17 19:30:06 +01:00
Files
u-boot-megous/drivers/core/read_extra.c
Tom Rini 6ec93ba358 core: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
2024-05-07 08:00:41 -06:00

13 lines
274 B
C

// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (c) 2017 Google, Inc
* Written by Simon Glass <sjg@chromium.org>
*/
#include <dm.h>
#include <dm/of_addr.h>
#include <dm/read.h>
#include <linux/ioport.h>
/* This file can hold non-inlined dev_read_...() functions */