Staging
v0.5.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: 5dc4c995db9eb45f6373a956eb1f69460e69e6d4 authored by Linus Torvalds on 15 January 2023, 15:22:43 UTC
Linux 6.2-rc4
Tip revision: 5dc4c99
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