mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-26 00:01:48 +02:00
clk: add needed include and declaration to include/clk.h
This header uses ulong, so it needs to include <linux/types.h>. Likewise, "struct udevice" must be declared before it is used. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
8bdf9cfda0
commit
ad1cf78585
@ -8,6 +8,10 @@
|
|||||||
#ifndef _CLK_H_
|
#ifndef _CLK_H_
|
||||||
#define _CLK_H_
|
#define _CLK_H_
|
||||||
|
|
||||||
|
#include <linux/types.h>
|
||||||
|
|
||||||
|
struct udevice;
|
||||||
|
|
||||||
int soc_clk_dump(void);
|
int soc_clk_dump(void);
|
||||||
|
|
||||||
struct clk_ops {
|
struct clk_ops {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user