?? device.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 + -