162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (C) 2021 Emil Renner Berthing <kernel@esmil.dk> 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#ifndef __RESET_STARFIVE_JH71X0_H 762306a36Sopenharmony_ci#define __RESET_STARFIVE_JH71X0_H 862306a36Sopenharmony_ci 962306a36Sopenharmony_ciint reset_starfive_jh71x0_register(struct device *dev, struct device_node *of_node, 1062306a36Sopenharmony_ci void __iomem *assert, void __iomem *status, 1162306a36Sopenharmony_ci const u32 *asserted, unsigned int nr_resets, 1262306a36Sopenharmony_ci struct module *owner); 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ci#endif /* __RESET_STARFIVE_JH71X0_H */ 15