░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/usr/src/linux-azure-6.17-headers-6.17.0-1008/include/soc/nuvoton
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: clock-npcm8xx.h
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __SOC_NPCM8XX_CLOCK_H #define __SOC_NPCM8XX_CLOCK_H #include <linux/auxiliary_bus.h> #include <linux/container_of.h> struct npcm_clock_adev { void __iomem *base; struct auxiliary_device adev; }; static inline struct npcm_clock_adev *to_npcm_clock_adev(struct auxiliary_device *_adev) { return container_of(_adev, struct npcm_clock_adev, adev); } #endif
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 clock-npcm8xx.h
H
407 B
2025-09-28 21:39
EDIT