Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.7-rc3 14 lines 443 B view raw
1/* SPDX-License-Identifier: GPL-2.0-or-later */ 2/* 3 * Copyright (C) 2021 Emil Renner Berthing <kernel@esmil.dk> 4 */ 5 6#ifndef __RESET_STARFIVE_JH71X0_H 7#define __RESET_STARFIVE_JH71X0_H 8 9int reset_starfive_jh71x0_register(struct device *dev, struct device_node *of_node, 10 void __iomem *assert, void __iomem *status, 11 const u32 *asserted, unsigned int nr_resets, 12 struct module *owner); 13 14#endif /* __RESET_STARFIVE_JH71X0_H */