Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: bbf5c979011a099af5dc76498918ed7df445635b authored by Linus Torvalds on 11 October 2020, 21:15:50 UTC
Linux 5.9
Tip revision: bbf5c97
pm.h
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (C) 2019 Paul Cercueil <paul@crapouillou.net>
 */
#ifndef DRIVERS_CLK_INGENIC_PM_H
#define DRIVERS_CLK_INGENIC_PM_H

struct ingenic_cgu;

void ingenic_cgu_register_syscore_ops(struct ingenic_cgu *cgu);

#endif /* DRIVERS_CLK_INGENIC_PM_H */
back to top