]> Git Repo - linux.git/blob - include/linux/platform_data/x86/clk-lpss.h
enetc: Migrate to PHYLINK and PCS_LYNX
[linux.git] / include / linux / platform_data / x86 / clk-lpss.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Intel Low Power Subsystem clocks.
4  *
5  * Copyright (C) 2013, Intel Corporation
6  * Authors: Mika Westerberg <[email protected]>
7  *          Rafael J. Wysocki <[email protected]>
8  */
9
10 #ifndef __CLK_LPSS_H
11 #define __CLK_LPSS_H
12
13 struct lpss_clk_data {
14         const char *name;
15         struct clk *clk;
16 };
17
18 extern int lpt_clk_init(void);
19
20 #endif /* __CLK_LPSS_H */
This page took 0.03541 seconds and 4 git commands to generate.