| Path : /proc/self/root/usr/lib/modules/5.15.0-160-generic/build/include/linux/platform_data/ |
| Current File : //proc/self/root/usr/lib/modules/5.15.0-160-generic/build/include/linux/platform_data/clk-fch.h |
/* 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;
u32 is_rv;
};
#endif /* __CLK_FCH_H */