⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 device.h

📁 linux 内核源代码
💻 H
字号:
/* * Arch specific extensions to struct device * * This file is released under the GPLv2 */#ifndef _ASM_SPARC64_DEVICE_H#define _ASM_SPARC64_DEVICE_Hstruct device_node;struct of_device;struct dev_archdata {	void			*iommu;	void			*stc;	void			*host_controller;	struct device_node	*prom_node;	struct of_device	*op;};#endif /* _ASM_SPARC64_DEVICE_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -