clk.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) | clk.h (75a6faf617d107bdbc74d36ccf89f2280b96ac26) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-only */ |
|
1/* 2 * Copyright (C) 2014 Google, Inc. | 2/* 3 * Copyright (C) 2014 Google, Inc. |
3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms and conditions of the GNU General Public License, 6 * version 2, as published by the Free Software Foundation. | |
7 */ 8 9#ifndef __PISTACHIO_CLK_H 10#define __PISTACHIO_CLK_H 11 12#include <linux/clk-provider.h> 13 14struct pistachio_gate { --- 160 unchanged lines hidden --- | 4 */ 5 6#ifndef __PISTACHIO_CLK_H 7#define __PISTACHIO_CLK_H 8 9#include <linux/clk-provider.h> 10 11struct pistachio_gate { --- 160 unchanged lines hidden --- |