?? device.h
字號(hào):
/* * Arch specific extensions to struct device * * This file is released under the GPLv2 */#ifndef _ASM_SPARC_DEVICE_H#define _ASM_SPARC_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_SPARC_DEVICE_H */
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -