📄 isa_if.h
字号:
/* * This file is produced automatically. * Do not modify anything in here by hand. * * Created from source file * @/isa/isa_if.m * with * @/kern/makedevops.pl * * See the source file for legal information */#ifndef _isa_if_h_#define _isa_if_h_extern struct device_op_desc isa_add_config_desc;typedef int isa_add_config_t(device_t dev, device_t child, int priority, struct isa_config *config);isa_add_config_t ISA_ADD_CONFIG;extern struct device_op_desc isa_set_config_callback_desc;typedef void isa_set_config_callback_t(device_t dev, device_t child, isa_config_cb *fn, void *arg);isa_set_config_callback_t ISA_SET_CONFIG_CALLBACK;extern struct device_op_desc isa_pnp_probe_desc;typedef int isa_pnp_probe_t(device_t dev, device_t child, struct isa_pnp_id *ids);isa_pnp_probe_t ISA_PNP_PROBE;#endif /* _isa_if_h_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -