![]() |
|
|||
0001 /* SPDX-License-Identifier: MIT */ 0002 /* 0003 * clock framework for AMD misc clocks 0004 * 0005 * Copyright 2018 Advanced Micro Devices, Inc. 0006 */ 0007 0008 #ifndef __CLK_FCH_H 0009 #define __CLK_FCH_H 0010 0011 #include <linux/compiler.h> 0012 0013 struct fch_clk_data { 0014 void __iomem *base; 0015 char *name; 0016 }; 0017 0018 #endif /* __CLK_FCH_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |