Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dove-divider.h « mvebu « clk « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 38ea373088ca4ee0e2eb098f8939cbbde01dd96c (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef DOVE_DIVIDER_H
#define DOVE_DIVIDER_H

void __init dove_divider_clk_init(struct device_node *np);

#endif