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.0-rc4 16 lines 376 B view raw
1/* SPDX-License-Identifier: GPL-2.0+ */ 2/* 3 * Renesas Synchronization Management Unit (SMU) devices. 4 * 5 * Copyright (C) 2021 Integrated Device Technology, Inc., a Renesas Company. 6 */ 7 8#ifndef __RSMU_MFD_H 9#define __RSMU_MFD_H 10 11#include <linux/mfd/rsmu.h> 12 13int rsmu_core_init(struct rsmu_ddata *rsmu); 14void rsmu_core_exit(struct rsmu_ddata *rsmu); 15 16#endif /* __RSMU_MFD_H */