Files
CoolPi-Armbian-Rockchip-RK3…/include/linux/platform_data/clk-fch.h
2025-02-04 12:41:12 -06:00

19 lines
287 B
C

/* SPDX-License-Identifier: MIT */
/*
* clock framework for AMD misc clocks
*
* Copyright 2018 Advanced Micro Devices, Inc.
*/
#ifndef __CLK_FCH_H
#define __CLK_FCH_H
#include <linux/compiler.h>
struct fch_clk_data {
void __iomem *base;
char *name;
};
#endif /* __CLK_FCH_H */