]> Git Repo - J-linux.git/blob - include/linux/platform_data/clk-fch.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / include / linux / platform_data / clk-fch.h
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * clock framework for AMD misc clocks
4  *
5  * Copyright 2018 Advanced Micro Devices, Inc.
6  */
7
8 #ifndef __CLK_FCH_H
9 #define __CLK_FCH_H
10
11 #include <linux/compiler.h>
12
13 struct fch_clk_data {
14         void __iomem *base;
15         char *name;
16 };
17
18 #endif /* __CLK_FCH_H */
This page took 0.026888 seconds and 4 git commands to generate.