isa_if.h

来自「WaitForSingleObject 摩托罗拉的68k源程序」· C头文件 代码 · 共 32 行

H
32
字号
/* * 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 + =
减小字号Ctrl + -
显示快捷键?