cregit-Linux how code gets into the kernel

Release 4.18 include/linux/platform_data/clk-st.h

/* SPDX-License-Identifier: MIT */
/*
 * clock framework for AMD Stoney based clock
 *
 * Copyright 2018 Advanced Micro Devices, Inc.
 */

#ifndef __CLK_ST_H

#define __CLK_ST_H

#include <linux/compiler.h>


struct st_clk_data {
	
void __iomem *base;
};

#endif /* __CLK_ST_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Akshu Agrawal24100.00%1100.00%
Total24100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.