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 master 12 lines 292 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * Copyright (C) 2019 Paul Cercueil <paul@crapouillou.net> 4 */ 5#ifndef DRIVERS_CLK_INGENIC_PM_H 6#define DRIVERS_CLK_INGENIC_PM_H 7 8struct ingenic_cgu; 9 10void ingenic_cgu_register_syscore(struct ingenic_cgu *cgu); 11 12#endif /* DRIVERS_CLK_INGENIC_PM_H */